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 ee461a1 commit d6f53fcCopy full SHA for d6f53fc
package.json
@@ -4,7 +4,7 @@
4
"description": "Repo for staging/testing SpaceX-API transition from Ruby to Javascript (Node.js)",
5
"main": "server.js",
6
"scripts": {
7
- "test": "PORT=0 jest --forceExit && codecov && eslint \"**/*.js\"",
+ "test": "PORT=0 jest -i --forceExit && codecov && eslint \"**/*.js\"",
8
"start": "node app.js",
9
"lint": "eslint \"**/*.js\""
10
},
0 commit comments