Commit dec9658
committed
fix: strip export keyword in browser-logs test file too
The test reads dist/serialize.js directly and injects it into the
browser via page.evaluate. Need to strip ESM export keyword there
too, not just in browserScript.ts.
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c674a14 commit dec9658
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments