sanex3339 9 лет назад
Родитель
Сommit
8015679fe9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -45,7 +45,7 @@
     "lite": "lite-server",
     "start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
     "test:dev": "node test/dev/test.js",
-    "test:mocha": "mocha --require ts-node/register test/**/*.ts",
+    "test:mocha": "mocha --require ts-node/register test/**/*.spec.ts",
     "test": "npm run test:dev && npm run test:mocha",
     "typings": "node_modules/.bin/typings install"
   },