css-lightningcss-root.spec.ts — vite Source File
Architecture documentation for css-lightningcss-root.spec.ts, a typescript file in the vite codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR e5ee9b67_8c33_cad3_a493_1c4196b53d36["css-lightningcss-root.spec.ts"] a340ba46_b2b7_3048_3bb3_6907a74c8464["vitest"] e5ee9b67_8c33_cad3_a493_1c4196b53d36 --> a340ba46_b2b7_3048_3bb3_6907a74c8464 d3fd5575_295b_d6be_24dd_62d277645dc9["~utils"] e5ee9b67_8c33_cad3_a493_1c4196b53d36 --> d3fd5575_295b_d6be_24dd_62d277645dc9 style e5ee9b67_8c33_cad3_a493_1c4196b53d36 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { expect, test } from 'vitest'
import { getBg, isBuild, page, viteTestUrl } from '~utils'
test('url dependency', async () => {
const css = await page.$('.url-dep')
expect(await getBg(css)).toMatch(
isBuild ? /ok-[-\w]+\.png/ : `${viteTestUrl}/ok.png`,
)
})
Dependencies
- vitest
- ~utils
Source
Frequently Asked Questions
What does css-lightningcss-root.spec.ts do?
css-lightningcss-root.spec.ts is a source file in the vite codebase, written in typescript.
What does css-lightningcss-root.spec.ts depend on?
css-lightningcss-root.spec.ts imports 2 module(s): vitest, ~utils.
Where is css-lightningcss-root.spec.ts in the architecture?
css-lightningcss-root.spec.ts is located at playground/css-lightningcss-root/__tests__/css-lightningcss-root.spec.ts (directory: playground/css-lightningcss-root/__tests__).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free