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 I click on Run(Vitest) from btree.test.ts, the terminal includes a "cd" to the /src/lib/tree folder where npx... is ran. As a result, I get "No test files found". The error says the include is src/**/*.{test,spec}.{js,ts} so I assume that the problem is that relative to the path where the test file is, there is indeed no "src" sub-folder.
The text was updated successfully, but these errors were encountered:
My folder structure is like this:
vite.config.js looks like this:
When I click on
Run(Vitest)
from btree.test.ts, the terminal includes a "cd" to the /src/lib/tree folder where npx... is ran. As a result, I get "No test files found". The error says the include issrc/**/*.{test,spec}.{js,ts}
so I assume that the problem is that relative to the path where the test file is, there is indeed no "src" sub-folder.The text was updated successfully, but these errors were encountered: