add mocha
Showing
... | ... | @@ -4,7 +4,8 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js" | ||
"start": "node index.js", | ||
"test": "mocha" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |
Please
register
or
sign in
to comment