Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ css-codesplit-cjs.spec.ts
File
css-codesplit-cjs.spec.ts
playground/css-codesplit-cjs/__tests__/css-codesplit-cjs.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
'vitest'
2
import
{ findAssetFile, getColor, isBuild, readManifest } from
'~utils'
3
4
test.skip(
'should load both stylesheets'
,
async
() => {
Callers
nothing calls this directly
Calls
4
test
Function · 0.90
getColor
Function · 0.85
findAssetFile
Function · 0.85
readManifest
Function · 0.85
Tested by
no test coverage detected