Commit e091b77
committed
fix(dev-server-legacy): add --experimental-strip-types to test script
CI sets NODE_OPTIONS='--no-experimental-strip-types' to support
un-migrated mocha+ts-node packages. The CLI flag overrides NODE_OPTIONS,
letting migrated .ts test files run with native type stripping.
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c847210 commit e091b77
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments