Skip to content

Commit

Permalink
try 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Nov 5, 2023
1 parent c6a97e2 commit 5a6e62a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions generator/konfig-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
},
"scripts": {
"test": "jest",
"test:1": "jest --shard 1/3",
"test:2": "jest --shard 2/3",
"test:3": "jest --shard 3/3",
"test:parallel": "concurrently \"yarn test:1\" \"yarn test:2\" \"yarn test:3\"",
"test:1": "jest --shard 1/5",
"test:2": "jest --shard 2/5",
"test:3": "jest --shard 3/5",
"test:4": "jest --shard 4/5",
"test:5": "jest --shard 5/5",
"test:parallel": "concurrently \"yarn test:1\" \"yarn test:2\" \"yarn test:3\" \"yarn test:4\" \"yarn test:5\"",
"test:us": "jest --updateSnapshot"
},
"dependencies": {
Expand Down

0 comments on commit 5a6e62a

Please sign in to comment.