Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/QwikDev/qwik
/ vite.unit.ts
File
vite.unit.ts
packages/qwik/src/optimizer/src/plugins/vite.unit.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
path, { resolve } from
'node:path'
;
2
import
type
{ Rollup } from
'vite'
;
3
import
{ assert, test } from
'vitest'
;
4
import
{ normalizePath } from
'../../../testing/util'
;
Callers
nothing calls this directly
Calls
4
normalizePath
Function · 0.90
getPlugin
Function · 0.85
mockOptimizerOptions
Function · 0.70
resolve
Function · 0.50
Tested by
no test coverage detected