Skip to content

Commit d6f53fc

Browse files
committed
added jest flag to run tests in order for readability
1 parent ee461a1 commit d6f53fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Repo for staging/testing SpaceX-API transition from Ruby to Javascript (Node.js)",
55
"main": "server.js",
66
"scripts": {
7-
"test": "PORT=0 jest --forceExit && codecov && eslint \"**/*.js\"",
7+
"test": "PORT=0 jest -i --forceExit && codecov && eslint \"**/*.js\"",
88
"start": "node app.js",
99
"lint": "eslint \"**/*.js\""
1010
},

0 commit comments

Comments
 (0)