Browse Source

Merge pull request #415 from jimdigriz/fixes

slip in PATH for 'npm test' as not everyone has karma
Solly 10 years ago
parent
commit
f9ffb21b6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -8,7 +8,7 @@
     "test": "tests"
     "test": "tests"
   },
   },
   "scripts": {
   "scripts": {
-    "test": "karma start karma.conf.js"
+    "test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js"
   },
   },
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",