Add functionality back to mocha test explorer

This commit is contained in:
Simon Lamon
2022-07-30 14:27:29 +00:00
parent f45eb02394
commit d80a47f539
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
require:
- source-map-support/register
reporter: spec
color: true
check-leaks: true
+4
View File
@@ -5,5 +5,9 @@
"mochaExplorer.files": [
"out/**/*.test.js",
"addons/**/out/*.test.js"
],
"mochaExplorer.watch": [
"out/**/*.js",
"addons/**/out/*.js"
]
}