Skip to content

Commit

Permalink
test: run tests in band to avoid a race condition when creating the c…
Browse files Browse the repository at this point in the history
…itext extension in two different tests
  • Loading branch information
sirctseb committed Jan 26, 2023
1 parent 042cbb3 commit 452f587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typecheck": "tsc --noEmit --project .",
"lint": "eslint '**/*.{j,t}s{,on{,c,5}}'",
"lint:fix": "yarn -s lint --fix",
"test": "jest",
"test": "jest --runInBand",
"fullvalidate": "yarn install && yarn typecheck && yarn lint && yarn test",
"prepack": "yarn build"
},
Expand Down

0 comments on commit 452f587

Please sign in to comment.