Skip to content

Commit

Permalink
Fix: node --test with Node@21
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 27, 2024
1 parent a3ab276 commit 2db9fac
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 @@ -79,7 +79,7 @@
"prepare": "turbo tsc",
"setup": "node ./tools/setup-packages.mjs",
"pretest": "eslint . && turbo tsc",
"test": "vitest --run packages && node --test integration"
"test": "vitest --run packages && node --test integration/**/*.test.*"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2db9fac

Please sign in to comment.