From d38cbe77d94a1785b6986e8d9cade5ec3da947a3 Mon Sep 17 00:00:00 2001 From: Supernomad Date: Wed, 17 Jun 2015 00:52:34 -0400 Subject: [PATCH] Still trying --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09ede53..723a401 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "An async upload/download nodejs library leveraging express.js and socket.io. Provides standard, chunked, and udp style transfers.", "main": "chunky.js", "scripts": { - "test": "mkdir -p tmp/tests && ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha -- test --ui bdd --reporter spec -g *tests.js", + "test": "mkdir -p tmp/tests && ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha -- test --ui bdd --reporter spec", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" }, "repository": {