Commit 201152d
fix(nextjs): Pre-warm module cache in conflictingDebugOptions test to prevent CI timeout
The first dynamic import after vi.resetModules() needs to compile the
entire SDK module graph from scratch, which can hang on slower CI runners.
Pre-importing the modules in beforeAll warms the V8 compilation cache.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5d41858 commit 201152d
1 file changed
Lines changed: 9 additions & 1 deletion
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| |||
0 commit comments