| 1 | import { describe, expect, test, vi } from 'vitest' |
| 2 | import { chdir, writeFixtures } from '../../tests/utils.ts' |
| 3 | import { resolveConfig } from '../config/index.ts' |
| 4 | import { flattenPlugins, type TsdownPlugin } from './plugin.ts' |
nothing calls this directly
no test coverage detected