| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { devtools } from '../src/plugin' |
| 3 | import type { Plugin } from 'vite' |
| 4 | import type * as Utils from '../src/utils' |
nothing calls this directly
no test coverage detected