Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Apr 19, 2023
1 parent 7fa2e08 commit 1a9d7be
Show file tree
Hide file tree
Showing 13 changed files with 843 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc",
"prepare": "pnpm precompile-schema",
"dev": "tsc -w",
"test": "jest --runInBand",
"test": "node --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --runInBand",
"precompile-schema": "node ./scripts/precompile-schema.js"
},
"files": [
Expand Down
Loading

0 comments on commit 1a9d7be

Please sign in to comment.