Skip to content

Commit

Permalink
Fix npm test as we don't have any test
Browse files Browse the repository at this point in the history
  • Loading branch information
mittsh committed Mar 1, 2016
1 parent bbe6a05 commit 4f616e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
},
"scripts": {
"build": "rm -rf dist/ && BUILD_ENV=build ./node_modules/.bin/webpack --bail --display-error-details",
"test": "$npm_package_options_mocha \"src/**/__tests__/*-test.js\""
"test": "exit 0"
},
"options": {
"mocha": "./node_modules/.bin/mocha --require mocha --compilers js:babel-register --reporter spec"
Expand Down

0 comments on commit 4f616e5

Please sign in to comment.