endo icon indicating copy to clipboard operation
endo copied to clipboard

ses: more coverage for importNow / import

Open boneskull opened this issue 6 months ago • 3 comments

Given #2804, I feel like we need more coverage for Compartment.prototype.importNow.

  • [ ] replicate tests using Compartment.prototype.import and use Compartment.prototype.importNow instead (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)

boneskull avatar May 16 '25 19:05 boneskull