1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

feat: update vitest configuration and dependencies to version 3.2.0-beta.2

This commit is contained in:
2025-05-20 19:20:38 +07:00
parent 6d68246d16
commit 95e1bcd0c4
4 changed files with 130 additions and 96 deletions

View File

@@ -2,14 +2,17 @@ import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
workspace: [
projects: [
{
extends: true,
test: {
environment: 'jsdom',
},
},
extends: true,
test: {
typecheck: {
enabled: true,
},
},
},
],
environment: 'jsdom',
coverage: {
provider: 'v8',
include: ['core/*', 'web/*'],