sanex3339 %!s(int64=9) %!d(string=hai) anos
pai
achega
8015679fe9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
   },