Skip to content

Commit ed34375

Browse files
authored
Added chai http
1 parent 4dabffd commit ed34375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@babel/preset-env": "^7.3.1",
2222
"@babel/register": "^7.0.0",
2323
"chai": "^4.2.0",
24+
"chai-http": "^4.2.1",
2425
"eslint": "^5.13.0",
2526
"eslint-config-standard": "^12.0.0",
2627
"eslint-plugin-import": "^2.16.0",
@@ -32,7 +33,7 @@
3233
"nodemon": "^1.18.9"
3334
},
3435
"scripts": {
35-
"test": "echo \"Error: no test specified\" && exit 1",
36+
"test": "./node_modules/.bin/mocha",
3637
"dev": "npm run lint && DEBUG=app nodemon --exec babel-node index.js",
3738
"build": "rm -rf dist && npm run lint && ./node_modules/.bin/babel . --out-dir dist --ignore node_modules && cp .env dist",
3839
"serve": "node dist/index.js",

0 commit comments

Comments
 (0)