We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc6969 commit 6052523Copy full SHA for 6052523
package.json
@@ -9,9 +9,9 @@
9
},
10
"scripts": {
11
"gh": "node github.js",
12
- "test": "jest",
13
- "test:index": "jest --testPathPattern=index.test.js",
14
- "test:github": "jest --testPathPattern=github.test.js",
+ "test": "jest --runInBand",
+ "test:index": "jest --runInBand --testPathPattern=index.test.js",
+ "test:github": "jest --runInBand --testPathPattern=github.test.js",
15
"docker:build": "docker build -t github-graphql-client -f Dockerfile .",
16
"docker:test": "./test.docker.sh",
17
"docker:all": "npm run docker:build && npm run docker:test"
0 commit comments