2
0
Ver Fonte

'npm test' modularized a bit

Herbert Vojčík há 8 anos atrás
pai
commit
1206537976
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      package.json

+ 3 - 1
package.json

@@ -26,7 +26,9 @@
     "node": "0.10.x || 0.12.x || >=4.0.0"
   },
   "scripts": {
-    "test": "grunt test && cd external && cd amber-cli && npm test && cd .. && cd .."
+    "test": "npm run test:sunit && npm run test:e2e",
+    "test:sunit": "grunt test",
+    "test:e2e": "(cd external && cd amber-cli && npm test)"
   },
   "devDependencies": {
     "grunt": "^0.4.0",