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
The tests run fine when using npm run test.
But in the test explorer UI got an empty list.
Here is the output of the Mocha Explorer Log :
[2022-03-19 00:04:33.707] [INFO] Test Explorer found
[2022-03-19 00:04:33.707] [INFO] Creating adapter for d:\Repository\Test
[2022-03-19 00:04:33.708] [INFO] Registering adapter for d:\Repository\Test
[2022-03-19 00:04:33.709] [INFO] Loading test files of d:\Repository\Test
[2022-03-19 00:04:33.710] [INFO] Initialization finished
[2022-03-19 00:04:33.712] [DEBUG] Using working directory: D:\Repository\Test
[2022-03-19 00:04:34.126] [DEBUG] Using nodePath: C:\Program Files\nodejs\node.exe
[2022-03-19 00:04:34.788] [DEBUG] Using Mocha options: {"ui":"bdd","timeout":3000,"retries":0,"requires":[],"delay":false,"fullTrace":false,"exit":false,"asyncOnly":false,"parallel":false}
[2022-03-19 00:04:34.795] [DEBUG] Looking for test files ["./tests/*.ts"] in d:\Repository\Test
[2022-03-19 00:04:34.800] [DEBUG] Found test files ["D:\\Repository\\Test\\tests\\simple.test.ts"]
[2022-03-19 00:04:34.802] [DEBUG] Using environment variables from config: {}
[2022-03-19 00:04:34.804] [DEBUG] Spawning c:\Users\****\.vscode\extensions\hbenl.vscode-mocha-test-adapter-2.13.3\out\worker\bundle.js with IPC options {}
My node version is 14.18.2
Any suggestion ?
Thanks !
The text was updated successfully, but these errors were encountered:
My project looks like :
package.json
.tsconfig.json
.vscode/settings.json
The tests run fine when using npm run test.
But in the test explorer UI got an empty list.
Here is the output of the Mocha Explorer Log :
My node version is 14.18.2
Any suggestion ?
Thanks !
The text was updated successfully, but these errors were encountered: