Commit f9ffb21b authored by Solly's avatar Solly

Merge pull request #415 from jimdigriz/fixes

slip in PATH for 'npm test' as not everyone has karma
parents cd1ab146 dc4b6301
......@@ -8,7 +8,7 @@
"test": "tests"
},
"scripts": {
"test": "karma start karma.conf.js"
"test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js"
},
"repository": {
"type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment