From 53b6a0b8716cf112a23ea5fe140ee2b4980a4f0e Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 18 Sep 2013 11:07:54 -0700 Subject: [PATCH] Also run the toplevel tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b32fb48d0..23a6143f4 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "expect.js": "*" }, "scripts": { - "test": "./node_modules/istanbul/lib/cli.js test ./node_modules/mocha/bin/_mocha -- -R spec ./api/test" + "test": "./node_modules/istanbul/lib/cli.js test $1 ./node_modules/mocha/bin/_mocha -- -R spec ./test ./api/test" } }