Add "npm test" to quickly run unit tests without the full build

pull/51/head
Romain 8 years ago
parent ff7b720f49
commit 21e4a3fae2

@ -21,6 +21,9 @@
"bin": {
"thumbsup": "./bin/thumbsup.js"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"async": "^2.1.2",
"exif-parser": "~0.1.9",

Loading…
Cancel
Save