From 21e4a3fae29d46cf975b5756d2bcb68d141ad4fd Mon Sep 17 00:00:00 2001 From: Romain Date: Tue, 15 Nov 2016 09:35:24 +1100 Subject: [PATCH] Add "npm test" to quickly run unit tests without the full build --- package.json | 3 +++ 1 file changed, 3 insertions(+) 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",