(name: string)
| 9 | |
| 10 | describe('importing files using inlined environment', () => { |
| 11 | const fixture = (name: string) => |
| 12 | resolve(import.meta.dirname, './fixtures/runner-import', name) |
| 13 | |
| 14 | test('importing a basic file works', async () => { |
| 15 | const { module } = await runnerImport< |
no test coverage detected