Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Jan 20, 2025
1 parent 7ab19a4 commit 444b63d
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 223 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm run ut",
"test:all": "pnpm run test && pnpm run e2e",
"sort-package-json": "npx sort-package-json \"packages/*/package.json\"",
"ut": "vitest run",
"ut": "vitest run --pool=forks",
"ut:watch": "vitest"
},
"nano-staged": {
Expand Down Expand Up @@ -50,7 +50,8 @@
},
"pnpm": {
"overrides": {
"react-dom": "18.3.1"
"react-dom": "18.3.1",
"@rspack/core": "npm:@rspack-canary/[email protected]"
}
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 444b63d

Please sign in to comment.