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 9758e46 commit 789f38b
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 @@ -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": "NODE_OPTIONS=--max-old-space-size=8192 vitest run",
"ut": "NODE_OPTIONS=--max-old-space-size=8192 vitest run --pool=forks",
"ut:watch": "vitest"
},
"nano-staged": {
Expand Down

0 comments on commit 789f38b

Please sign in to comment.