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
After updating vitest to 0.30.0, running tsc --noEmit will raise the following errors:
tsc --noEmit
node_modules/@vitest/runner/dist/utils.d.ts:5:29 - error TS2307: Cannot find module '@vitest/utils/diff' or its corresponding type declarations. 5 import { DiffOptions } from '@vitest/utils/diff'; ~~~~~~~~~~~~~~~~~~~~ node_modules/vitest/dist/index.d.ts:6:37 - error TS2307: Cannot find module '@vitest/snapshot/environment' or its corresponding type declarations. 6 export { SnapshotEnvironment } from '@vitest/snapshot/environment'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
https://codesandbox.io/p/sandbox/practical-darwin-sq0t0x?file=%2Fpackage.json
Run yarn test in this repo and you will see the error.
yarn test
N/A (Codesandbox environment)
yarn
The text was updated successfully, but these errors were encountered:
I meet similar errors when update from 0.29 to 0.30.
Sorry, something went wrong.
sheremet-va
Successfully merging a pull request may close this issue.
Describe the bug
After updating vitest to 0.30.0, running
tsc --noEmit
will raise the following errors:Reproduction
https://codesandbox.io/p/sandbox/practical-darwin-sq0t0x?file=%2Fpackage.json
Run
yarn test
in this repo and you will see the error.System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: