Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit 80768fa

Browse files
committed
removed silent switch from jest for detailed build logs
1 parent 0ef5384 commit 80768fa

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
@@ -9,8 +9,8 @@
99
"scripts": {
1010
"start": "node server.js",
1111
"dev": "nodemon server.js",
12-
"test:dev": "jest --watch",
13-
"test": "jest --silent"
12+
"test:dev": "jest --silent",
13+
"test": "jest"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)