| 1 | import { RUNTIME_MODULE_ID } from 'rolldown' |
| 2 | import { exactRegex } from 'rolldown/filter' |
| 3 | import { afterAll, describe, expect, test, vi } from 'vitest' |
| 4 | import { type InlineConfig, type Plugin, build, createServer } from '../..' |
nothing calls this directly
no test coverage detected