diff --git a/package.json b/package.json index 9dc47e8..34b93eb 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,9 @@ "bin": { "thumbsup": "./bin/thumbsup.js" }, + "scripts": { + "test": "mocha" + }, "dependencies": { "async": "^2.1.2", "exif-parser": "~0.1.9",