transform-plugin.spec.ts — vite Source File
Architecture documentation for transform-plugin.spec.ts, a typescript file in the vite codebase. 4 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR f970ff0b_17f4_2b3e_ce36_c7e7abd389ea["transform-plugin.spec.ts"] 627077a7_48ac_3666_109d_8100e221b055["tests.ts"] f970ff0b_17f4_2b3e_ce36_c7e7abd389ea --> 627077a7_48ac_3666_109d_8100e221b055 3c5069de_ae39_b08d_dd49_f4138a637b08["tests"] f970ff0b_17f4_2b3e_ce36_c7e7abd389ea --> 3c5069de_ae39_b08d_dd49_f4138a637b08 a340ba46_b2b7_3048_3bb3_6907a74c8464["vitest"] f970ff0b_17f4_2b3e_ce36_c7e7abd389ea --> a340ba46_b2b7_3048_3bb3_6907a74c8464 d3fd5575_295b_d6be_24dd_62d277645dc9["~utils"] f970ff0b_17f4_2b3e_ce36_c7e7abd389ea --> d3fd5575_295b_d6be_24dd_62d277645dc9 style f970ff0b_17f4_2b3e_ce36_c7e7abd389ea fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { expect, test } from 'vitest'
import { tests } from './tests'
import { page } from '~utils'
test('module type should be supported', async () => {
expect(await page.textContent('#module-type-json-pre')).toBe('json')
expect(await page.textContent('#module-type-json-post')).toBe('js')
expect(await page.textContent('#module-type-json-virtual-pre')).toBe('json')
expect(await page.textContent('#module-type-json-virtual-post')).toBe('js')
})
test('lazy hook filter should be applied', async () => {
expect(await page.textContent('#lazy-hook-filter')).toBe('success')
})
tests()
Domain
Source
Frequently Asked Questions
What does transform-plugin.spec.ts do?
transform-plugin.spec.ts is a source file in the vite codebase, written in typescript. It belongs to the ViteCore domain.
What does transform-plugin.spec.ts depend on?
transform-plugin.spec.ts imports 4 module(s): tests, tests.ts, vitest, ~utils.
Where is transform-plugin.spec.ts in the architecture?
transform-plugin.spec.ts is located at playground/transform-plugin/__tests__/transform-plugin.spec.ts (domain: ViteCore, directory: playground/transform-plugin/__tests__).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free