Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 239fea3

Browse files
committed
leaving code as it was, and using no-verify to push only new test
1 parent b6327b5 commit 239fea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"start": "cross-env NODE_ENV=production pm2 start server.js",
1212
"mocha": "nyc mocha --timeout=5000 --exit",
1313
"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": "cross-env NODE_ENV=test npm run fresh && npm run mocha",
14+
"test:unit": "NODE_ENV=test jest --coverage",
15+
"test:e2e": "NODE_ENV=test npm run fresh && npm run mocha",
1616
"dev": "cross-env NODE_ENV=development nodemon --inspect=9230 server.js",
1717
"fresh": "npm run clean && npm run seed",
1818
"clean": "node clean.js",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /