Skip to content

Commit 117d9a2

Browse files
committed
chore(npm): define npm test
1 parent 726121a commit 117d9a2

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
@@ -29,7 +29,7 @@
2929
"build": "babel src --out-dir lib --source-maps",
3030
"watch": "babel src --out-dir lib --watch --source-maps",
3131
"prepublish": "npm run --if-present build",
32-
"test": "echo \"Error: no test specified\" && exit 1"
32+
"test": "mocha"
3333
},
3434
"devDependencies": {
3535
"babel": "^5.8.23",

0 commit comments

Comments
 (0)