Skip to content

Commit 9575104

Browse files
authored
Merge pull request #14 from seanpoulter/fix/npm-run-test
fix: Remove comment from the test npm-script
2 parents 27cd9a3 + df0aa1f commit 9575104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "# NODE_ENV=test babel-node ./src/index-test.js",
7+
"test": "NODE_ENV=test babel-node ./src/index-test.js",
88
"watch": "watch 'npm run -s test | tap-nirvana' src",
99
"update": "updtr"
1010
},

0 commit comments

Comments
 (0)