Commit 39718ec
committed
fix(cli): auto-enable RUN_E2E_TESTS when running e2e.mjs
When explicitly running node scripts/e2e.mjs with a flag (--sea, --smol, etc.),
automatically set RUN_E2E_TESTS=1. Users shouldn't need to provide both a flag
AND an environment variable - the flag is the opt-in.
Before: RUN_E2E_TESTS=1 node scripts/e2e.mjs --sea
After: node scripts/e2e.mjs --sea1 parent c346752 commit 39718ec
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments