Home / File/ preserve-symlinks.spec.ts — vite Source File

preserve-symlinks.spec.ts — vite Source File

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

File typescript 2 imports

Entity Profile

Dependency Diagram

graph LR
  fadbe8e8_c498_eca7_5c7e_1c02b316f486["preserve-symlinks.spec.ts"]
  a340ba46_b2b7_3048_3bb3_6907a74c8464["vitest"]
  fadbe8e8_c498_eca7_5c7e_1c02b316f486 --> a340ba46_b2b7_3048_3bb3_6907a74c8464
  d3fd5575_295b_d6be_24dd_62d277645dc9["~utils"]
  fadbe8e8_c498_eca7_5c7e_1c02b316f486 --> d3fd5575_295b_d6be_24dd_62d277645dc9
  style fadbe8e8_c498_eca7_5c7e_1c02b316f486 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

test('should have no 404s', () => {
  browserLogs.forEach((msg) => {
    expect(msg).not.toMatch('404')
  })
})

test('not-preserve-symlinks', async () => {
  expect(await page.textContent('#root')).toBe('hello vite')
})

Dependencies

  • vitest
  • ~utils

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free