endo
endo copied to clipboard
ses: more coverage for importNow / import
Given #2804, I feel like we need more coverage for Compartment.prototype.importNow.
- [ ] replicate tests using
Compartment.prototype.importand useCompartment.prototype.importNowinstead (where feasible; this may include both unitlike & integrationish tests) - [ ] ensure both CJS and ESM get covered
- [ ] understand what
await import()in ESM is doing to avoid redundant tests - [ ] create failing tests for
await import()in CJS (which may be tangential, but I want it anyway)