| 1 | import { resolve } from 'node:path' |
| 2 | import { fileURLToPath } from 'node:url' |
| 3 | import { afterEach, describe, expect, it, vi } from 'vitest' |
| 4 | import { type ViteDevServer, createServer } from '../index' |
nothing calls this directly
no test coverage detected