Home / File/ css-sourcemap-lib-entry.spec.ts — vite Source File

css-sourcemap-lib-entry.spec.ts — vite Source File

Architecture documentation for css-sourcemap-lib-entry.spec.ts, a typescript file in the vite codebase. 2 imports, 0 dependents.

File typescript 2 imports

Entity Profile

Dependency Diagram

graph LR
  244b2abe_641b_e2e6_150f_b3d4dfe9b71b["css-sourcemap-lib-entry.spec.ts"]
  a340ba46_b2b7_3048_3bb3_6907a74c8464["vitest"]
  244b2abe_641b_e2e6_150f_b3d4dfe9b71b --> a340ba46_b2b7_3048_3bb3_6907a74c8464
  d3fd5575_295b_d6be_24dd_62d277645dc9["~utils"]
  244b2abe_641b_e2e6_150f_b3d4dfe9b71b --> d3fd5575_295b_d6be_24dd_62d277645dc9
  style 244b2abe_641b_e2e6_150f_b3d4dfe9b71b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { describe, expect, test } from 'vitest'
import { findAssetFile, isBuild } from '~utils'

describe.runIf(isBuild)('css lib entry', () => {
  test('remove useless js sourcemap', async () => {
    expect(findAssetFile('linked.js.map', 'lib-entry', './')).toBeUndefined()
  })
})

Dependencies

  • vitest
  • ~utils

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free