Skip to content

Commit

Permalink
Enable native test explorer for unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Mar 14, 2024
1 parent bc14e07 commit 7e6efee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
"mochaExplorer.files": "./out/test/**/*.unit.test.js",
"mochaExplorer.configFile": "./build/.mocha.unittests.js.json",
"mochaExplorer.ui": "tdd",
"mochaExplorer.nodeArgv": ["--enable-source-maps"]
"mochaExplorer.nodeArgv": ["--enable-source-maps"],
"testExplorer.useNativeTesting": true
}

0 comments on commit 7e6efee

Please sign in to comment.