We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dabffd commit ed34375Copy full SHA for ed34375
package.json
@@ -21,6 +21,7 @@
21
"@babel/preset-env": "^7.3.1",
22
"@babel/register": "^7.0.0",
23
"chai": "^4.2.0",
24
+ "chai-http": "^4.2.1",
25
"eslint": "^5.13.0",
26
"eslint-config-standard": "^12.0.0",
27
"eslint-plugin-import": "^2.16.0",
@@ -32,7 +33,7 @@
32
33
"nodemon": "^1.18.9"
34
},
35
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
36
+ "test": "./node_modules/.bin/mocha",
37
"dev": "npm run lint && DEBUG=app nodemon --exec babel-node index.js",
38
"build": "rm -rf dist && npm run lint && ./node_modules/.bin/babel . --out-dir dist --ignore node_modules && cp .env dist",
39
"serve": "node dist/index.js",
0 commit comments