We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got the unhandled error when I wrote a basic test of crawlee.
https://github.com/yunsii/vitest-crawlee
System: OS: Linux 5.15 Ubuntu 20.04.4 LTS (Focal Fossa) CPU: (16) x64 AMD Ryzen 7 5700G with Radeon Graphics Memory: 11.85 GB / 19.54 GB Container: Yes Shell: 5.8 - /bin/zsh Binaries: Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node Yarn: 1.22.18 - ~/.nvm/versions/node/v16.15.0/bin/yarn npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm Browsers: Chrome: 107.0.5304.121 npmPackages: @vitest/ui: ^0.28.5 => 0.28.5 vite: ^4.1.1 => 4.1.1 vitest: ^0.28.5 => 0.28.5
pnpm
The text was updated successfully, but these errors were encountered:
isMainThread
You cannot use features that check for isMainThread because Vitest runs tests in worker threads by default. To bypass this, you can disable this:
// vitest 0.34.6 vitest --no-threads // vitest 1.0.0 vitest --pool=forks
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I got the unhandled error when I wrote a basic test of crawlee.
![image](https://user-images.githubusercontent.com/18096089/219563758-6faa6474-6607-497a-9475-cc5f38130e32.png)
Reproduction
https://github.com/yunsii/vitest-crawlee
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: