Home / File/ sass-modern-compiler.spec.ts — vite Source File

sass-modern-compiler.spec.ts — vite Source File

Architecture documentation for sass-modern-compiler.spec.ts, a typescript file in the vite codebase. 2 imports, 0 dependents.

File typescript 2 imports

Entity Profile

Dependency Diagram

graph LR
  d352130f_9026_d362_4bb2_c0b6e4a2a3da["sass-modern-compiler.spec.ts"]
  a340ba46_b2b7_3048_3bb3_6907a74c8464["vitest"]
  d352130f_9026_d362_4bb2_c0b6e4a2a3da --> a340ba46_b2b7_3048_3bb3_6907a74c8464
  d3fd5575_295b_d6be_24dd_62d277645dc9["~utils"]
  d352130f_9026_d362_4bb2_c0b6e4a2a3da --> d3fd5575_295b_d6be_24dd_62d277645dc9
  style d352130f_9026_d362_4bb2_c0b6e4a2a3da fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

test.runIf(isBuild)('sass modern compiler build multiple entries', () => {
  expect(findAssetFile(/entry1/, 'sass-modern-compiler-build'))
    .toMatchInlineSnapshot(`
    ".entry1{color:red}
    "
  `)
  expect(findAssetFile(/entry2/, 'sass-modern-compiler-build'))
    .toMatchInlineSnapshot(`
    ".entry2{color:#00f}
    "
  `)
})

Dependencies

  • vitest
  • ~utils

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free