You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vitest already warns us about that once we write execute the test. (Error: Snapshot cannot be used outside of test). The error message does not tell the developer how to fix the issue. Adding a new lining rule will improve the developer experience for that scenario.
I'd be willing to contribute a PR for this issue.
The text was updated successfully, but these errors were encountered:
To run snapshot tests in parallel you must use the local Test Context. See: https://vitest.dev/api/#test-concurrent
Vitest already warns us about that once we write execute the test. (
Error: Snapshot cannot be used outside of test
). The error message does not tell the developer how to fix the issue. Adding a new lining rule will improve the developer experience for that scenario.I'd be willing to contribute a PR for this issue.
The text was updated successfully, but these errors were encountered: