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
When deleting a file that contains tests, the test runner is reporting a Module not found error and cancels the test run.
To Reproduce
Add a test.ts file containing a simple test.
Use the "Run Tests"-button in the Test Explorer view to run all tests. The new test will be run.
Delete the test.ts file (or switch git branch, or do something that causes the file to be gone).
Use the Run Tests again.
Expected behavior
The deleted test should be ignored and other tests should run as normal. Instead, a dialog appears that the Module is not found, and other tests seem not to run.
Screenshots
Versions
vscode: 1.96.4 deno: 2.1.7 extension: 3.43.2 OS: Windows
The text was updated successfully, but these errors were encountered:
Describe the bug
When deleting a file that contains tests, the test runner is reporting a Module not found error and cancels the test run.
To Reproduce
Expected behavior
The deleted test should be ignored and other tests should run as normal. Instead, a dialog appears that the Module is not found, and other tests seem not to run.
Screenshots
Versions
vscode: 1.96.4 deno: 2.1.7 extension: 3.43.2 OS: Windows
The text was updated successfully, but these errors were encountered: