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 pressing the Turn on Continuous Run button in the test explorer for my test file dummy.test.ts and changing the values:
Turn on Continuous Run
dummy.test.ts
it('can watch', () => { expect(1).toBe(2) })
Nothing happens. Clicking to run manually works fine. Possible cause: Im in a monorepo (minified repo)
Clone: https://github.com/ajthinking/vitest-watch-bug Install: yarn Click to watch dummy.test.ts
The test run did not record any output.
1.8.5
^2.1.8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
After pressing the
Turn on Continuous Run
button in the test explorer for my test filedummy.test.ts
and changing the values:Nothing happens. Clicking to run manually works fine.
Possible cause: Im in a monorepo (minified repo)
Reproduction
Clone: https://github.com/ajthinking/vitest-watch-bug
Install: yarn
Click to watch dummy.test.ts
Output
The test run did not record any output.
Extension Version
1.8.5
Vitest Version
^2.1.8
Validations
The text was updated successfully, but these errors were encountered: