Просмотр исходного кода

wipfix: try providing path to local node_module mocha

rugk 5 месяцев назад
Родитель
Сommit
72c8769bcb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

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