wipfix: try providing path to local node_module mocha

This commit is contained in:
rugk
2026-02-23 15:19:09 +00:00
parent 6ea75a7d6e
commit 72c8769bcb

View File

@@ -9,6 +9,7 @@
"--bootstrap", "--bootstrap",
"${workspaceFolder}/tst/Bootstrap.php" "${workspaceFolder}/tst/Bootstrap.php"
], ],
"mochaExplorer.mochaPath": "js/node_modules/mocha",
"mochaExplorer.pkgFile": "js/package.json", "mochaExplorer.pkgFile": "js/package.json",
"mochaExplorer.files": "js/test/*.js", "mochaExplorer.files": "js/test/*.js"
} }