Skip to content

Commit

Permalink
chore: run packages/react unit tests sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed May 27, 2024
1 parent c198340 commit 494919a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix && pnpm run tsc",
"prettier:fix": "prettier --write .",
"prettier": "prettier --check .",
"test": "jest",
"test:seq": "jest --runInBand",
"test:watch": "jest --watch",
"test": "jest --runInBand",
"test:watch": "jest --runInBand --watch",
"tsc": "tsc --noEmit"
},
"license": "MIT",
Expand Down

0 comments on commit 494919a

Please sign in to comment.