| 1 | import { describe, expect, test, vi } from 'vitest' |
| 2 | import { compile, type Config } from '..' |
| 3 | import { default as plugin } from '../plugin' |
| 4 | import { compileCss, run } from '../test-utils/run' |
nothing calls this directly
no test coverage detected