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 72ef758 commit b6327b5Copy full SHA for b6327b5
package.json
@@ -12,7 +12,7 @@
12
"mocha": "nyc mocha --timeout=5000 --exit",
13
"test": "npm run coverage:clean && npm run test:unit && npm run test:e2e && npm run coverage",
14
"test:unit": "cross-env NODE_ENV=test jest --coverage",
15
- "test:e2e": "NODE_ENV=test npm run fresh && npm run mocha",
+ "test:e2e": "cross-env NODE_ENV=test npm run fresh && npm run mocha",
16
"dev": "cross-env NODE_ENV=development nodemon --inspect=9230 server.js",
17
"fresh": "npm run clean && npm run seed",
18
"clean": "node clean.js",
0 commit comments