Skip to content

Commit

Permalink
fix: Remove comment from the test npm-script
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter authored Apr 30, 2020
1 parent 27cd9a3 commit df0aa1f
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 df0aa1f

Please sign in to comment.