| 1 | import path, { resolve } from 'node:path'; |
| 2 | import { assert, describe, expect, test } from 'vitest'; |
| 3 | import type { QwikManifest } from '../types'; |
| 4 | import { ExperimentalFeatures, createQwikPlugin } from './plugin'; |
nothing calls this directly
no test coverage detected