Commit 7f19a81
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.env1 parent bc6a5f4 commit 7f19a81
4 files changed
+29
-254
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | | - | |
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
| |||
0 commit comments