Skip to content

Commit

Permalink
test(gatsby-cli): one test at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jun 25, 2021
1 parent 521e722 commit 4d4272a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/gatsby-cli/package.json
Expand Up @@ -6,7 +6,7 @@
},
"license": "MIT",
"scripts": {
"test": "jest"
"test": "jest -w 1"
},
"devDependencies": {
"babel-jest": "^24.0.0",
Expand Down

0 comments on commit 4d4272a

Please sign in to comment.