| 1 | import { resolve } from 'node:path' |
| 2 | import { promises as fs } from 'node:fs' |
| 3 | import { describe, expect, it } from 'vitest' |
| 4 | import { transformGlobImport } from '../../../plugins/importMetaGlob' |
nothing calls this directly
no test coverage detected