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 90f8dae commit 243ab06Copy full SHA for 243ab06
package.json
@@ -19,7 +19,7 @@
19
],
20
"scripts": {
21
"test": "NODE_ENV=test nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/*test.js",
22
- "dev": "nodemon test/test-server/server/server.js --ignore db.json --ext js,json",
+ "dev": "nodemon test/test-server/server.js --ignore db.json --ext js,json",
23
"lint": "eslint .",
24
"pretest": "npm run lint",
25
"test:watch": "npm run test -- -w",
0 commit comments