Commit 7d07de3
committed
fix(sea): F4 e2e — switch fs/path to named imports under ESM reparse
Same ESM-reparse fix as F2's commit `d076067`. Apply named imports
`existsSync` from `fs` and `resolve as resolvePath` from `path` so
the test runs under mocha's MODULE_TYPELESS_PACKAGE_JSON
reparse-as-ESM path.
Verified live e2e passes (all 5 cases: 100-row drain, empty-set
drain, mixed-type drain, drain-twice, drain-after-close).
Co-authored-by: Isaac
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>1 parent e905704 commit 7d07de3
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments