/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
core/vitest.scss.config.mjs
10 строк
344 B
Paweł Kuna
Add SCSS unit tests for mixins, utilities, and helpers (#2699)
21 июл 2026, 22:13
Не верифицирован
21 июл 2026, 22:13
a373e17
Код
Авторство
О чём код?
import { defineConfig } from 'vitest/config' // Standalone project for SCSS unit tests (sass-true). // Runs in the default Node environment — intentionally separate from the // browser-mode JS/TS config in vitest.config.mts so the two never overlap. export default defineConfig({ test: { include: ['scss/tests/**/*.test.mjs'], }, })