Skip to content

Commit

Permalink
refactor(package): run karma without babel-node
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Jul 1, 2016
1 parent 2de1ad3 commit 3d0e933
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 @@ -26,7 +26,7 @@
"start": "npm run docs",
"start:local-modules": "npm run docs -- --local-modules",
"pretest": "gulp dll",
"test": "NODE_ENV=test babel-node $(npm bin)/karma start build/karma.conf.babel.js",
"test": "NODE_ENV=test karma start build/karma.conf.babel.js",
"test:watch": "npm run test --silent -- --watch"
},
"repository": {
Expand Down

0 comments on commit 3d0e933

Please sign in to comment.