Skip to content

Commit

Permalink
test: runInBand unit test (#29484)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Jun 9, 2023
1 parent ea0bbba commit 5408835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/gazzodown/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
syntax: 'typescript',
tsx: true,
decorators: false,
dynamicImport: false,
dynamicImport: true,
},
transform: {
react: {
Expand Down
4 changes: 2 additions & 2 deletions packages/gazzodown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"testunit": "jest",
"test": "jest",
"testunit": "jest --runInBand",
"test": "jest --runInBand",
"build": "rm -rf dist && tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
"typecheck": "tsc -p tsconfig.json --noEmit",
Expand Down

0 comments on commit 5408835

Please sign in to comment.