Skip to content

Commit 7f19a81

Browse files
committed
refactor(test): remove dotenvx and npm-run-all2 dependencies
- Replace dotenvx with direct env variable setting in test runner - Update cover.mjs to use pnpm with inline env vars - Run vitest directly for both regular and isolated tests - Remove unused npm-run-all2 dependency - Add NODE_COMPILE_CACHE, VITEST, and --max-semi-space-size=512 - Improves test startup time by eliminating wrapper process All env vars from .env.test now set directly in spawnOptions.env
1 parent bc6a5f4 commit 7f19a81

File tree

4 files changed

+29
-254
lines changed

4 files changed

+29
-254
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"devDependencies": {
5050
"@babel/parser": "^7.28.5",
5151
"@biomejs/biome": "2.2.4",
52-
"@dotenvx/dotenvx": "1.49.0",
5352
"@eslint/compat": "1.3.2",
5453
"@eslint/js": "9.35.0",
5554
"@socketsecurity/lib": "3.1.3",
@@ -71,7 +70,6 @@
7170
"globals": "16.4.0",
7271
"husky": "9.1.7",
7372
"magic-string": "^0.30.21",
74-
"npm-run-all2": "8.0.4",
7573
"pacote": "21.0.1",
7674
"semver": "7.7.2",
7775
"taze": "19.6.0",

0 commit comments

Comments
 (0)