Try mocha test

This commit is contained in:
Janny 2016-01-22 09:17:54 +08:00
parent adaf7dee7c
commit ccf52f0822
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"clean": "make clean",
"help": "make help",
"refresh": "make refresh",
"test": "make test"
"test": "mocha test/*.test.js"
},
"engines": [
"node >= 0.6"