Skip to content

Commit 6052523

Browse files
committed
force run tests sequentially
1 parent acc6969 commit 6052523

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"scripts": {
1111
"gh": "node github.js",
12-
"test": "jest",
13-
"test:index": "jest --testPathPattern=index.test.js",
14-
"test:github": "jest --testPathPattern=github.test.js",
12+
"test": "jest --runInBand",
13+
"test:index": "jest --runInBand --testPathPattern=index.test.js",
14+
"test:github": "jest --runInBand --testPathPattern=github.test.js",
1515
"docker:build": "docker build -t github-graphql-client -f Dockerfile .",
1616
"docker:test": "./test.docker.sh",
1717
"docker:all": "npm run docker:build && npm run docker:test"

0 commit comments

Comments
 (0)