diff --git a/package.json b/package.json index dc33b226a..ffe10a097 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "test": "nyc mocha", + "test:now": "nyc mocha --grep @now", "travis": "./node_modules/.bin/grunt travis --verbose", "cover": "istanbul cover --dir ./coverage _mocha" },