Skip to content

Commit

Permalink
Merge pull request #14 from seanpoulter/fix/npm-run-test
Browse files Browse the repository at this point in the history
fix: Remove comment from the test npm-script
  • Loading branch information
ericelliott authored Jul 30, 2020
2 parents 27cd9a3 + df0aa1f commit 9575104
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 @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "# NODE_ENV=test babel-node ./src/index-test.js",
"test": "NODE_ENV=test babel-node ./src/index-test.js",
"watch": "watch 'npm run -s test | tap-nirvana' src",
"update": "updtr"
},
Expand Down

0 comments on commit 9575104

Please sign in to comment.