Skip to content

Commit

Permalink
correcting karma path in npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
dasois committed May 24, 2014
1 parent 2f7de0d commit 569f70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"karma-jasmine": "~0.1"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
}
}

0 comments on commit 569f70f

Please sign in to comment.