/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/dotcom/zero-cache/vitest.config.ts
12 строк
400 B
Mitja Bezenšek
test(dotcom): catch duplicate or non-contiguous zero-cache migration numbers (#9076)
09 июн 2026, 14:04
Не верифицирован
09 июн 2026, 14:04
e09b350
Код
Авторство
О чём код?
/// <reference types="vitest" /> import { mergeConfig } from 'vitest/config' import baseConfig from '../../../internal/config/vitest/node-preset' // Node env; source lives at the package root, not `src/`, so widen the include. export default mergeConfig(baseConfig, { test: { environment: 'node', include: ['**/*.test.ts'], exclude: ['**/node_modules/**', 'docker/**', '_archive/**'], }, })