test: add

This commit is contained in:
Yoshua Wuyts
2016-05-22 16:58:14 +09:00
parent 46eabb02ae
commit a974527bce
2 changed files with 79 additions and 3 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
"description": "A framework for creating solid web applications",
"main": "index.js",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"test": "standard && npm run deps && NODE_ENV=test node test",
"test:cov": "standard && npm run deps && NODE_ENV=test istanbul cover test.js"
"deps": "dependency-check . && dependency-check . --extra --no-dev -i xhr",
"test": "standard && npm run deps && NODE_ENV=test node tests/*",
"test:cov": "standard && npm run deps && NODE_ENV=test istanbul cover tests/*"
},
"repository": "yoshuawuyts/choo",
"keywords": [