| 1 | import type { KeyedFunction } from '@nuxt/schema' |
| 2 | import { describe, expect, it, vi } from 'vitest' |
| 3 | import { KeyedFunctionsPlugin } from '../src/compiler/plugins/keyed-functions' |
| 4 | import { logger } from '../src/utils' |
nothing calls this directly
no test coverage detected