()
| 21 | |
| 22 | it('Supports loading', async function () { |
| 23 | loader.instantiate = x => [[], _export => ({ execute () { _export('y', 42) } })]; |
| 24 | const x = await loader.import('x'); |
| 25 | assert.equal(x.y, 42); |
| 26 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…