Home / File/ import-assertion.spec.ts — vite Source File

import-assertion.spec.ts — vite Source File

Architecture documentation for import-assertion.spec.ts, a typescript file in the vite codebase. 2 imports, 0 dependents.

File typescript 2 imports

Entity Profile

Dependency Diagram

graph LR
  8f67e8cf_74be_4726_04b6_193209066a79["import-assertion.spec.ts"]
  a340ba46_b2b7_3048_3bb3_6907a74c8464["vitest"]
  8f67e8cf_74be_4726_04b6_193209066a79 --> a340ba46_b2b7_3048_3bb3_6907a74c8464
  d3fd5575_295b_d6be_24dd_62d277645dc9["~utils"]
  8f67e8cf_74be_4726_04b6_193209066a79 --> d3fd5575_295b_d6be_24dd_62d277645dc9
  style 8f67e8cf_74be_4726_04b6_193209066a79 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { expect, test } from 'vitest'
import { page } from '~utils'

test('from source code', async () => {
  expect(await page.textContent('.src'), 'bar')
})

test('from dependency', async () => {
  expect(await page.textContent('.dep'), 'world')
})

Dependencies

  • vitest
  • ~utils

Frequently Asked Questions

What does import-assertion.spec.ts do?
import-assertion.spec.ts is a source file in the vite codebase, written in typescript.
What does import-assertion.spec.ts depend on?
import-assertion.spec.ts imports 2 module(s): vitest, ~utils.
Where is import-assertion.spec.ts in the architecture?
import-assertion.spec.ts is located at playground/import-assertion/__tests__/import-assertion.spec.ts (directory: playground/import-assertion/__tests__).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free