Skip to content
New issue

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

Turn on Continuous Run not picking up changes? #565

Open
4 tasks done
ajthinking opened this issue Dec 29, 2024 · 0 comments
Open
4 tasks done

Turn on Continuous Run not picking up changes? #565

ajthinking opened this issue Dec 29, 2024 · 0 comments

Comments

@ajthinking
Copy link

ajthinking commented Dec 29, 2024

Describe the bug

After pressing the Turn on Continuous Run button in the test explorer for my test file dummy.test.ts and changing the values:

it('can watch', () => {
  expect(1).toBe(2)
})

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant