Also run the toplevel tests

This commit is contained in:
Johannes Zellner
2013-09-18 11:07:54 -07:00
parent 47b59306ab
commit 53b6a0b871
+1 -1
View File
@@ -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"
}
}