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

refactor: change separate tools by category

This commit is contained in:
2025-05-19 17:43:42 +07:00
parent d55737df2f
commit 78fb4da82a
158 changed files with 32 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
workspace: [
{
{
extends: true,
test: {
environment: 'jsdom',
@@ -12,7 +12,7 @@ export default defineConfig({
],
coverage: {
provider: 'v8',
include: ['packages/*'],
include: ['core/*', 'web/*'],
exclude: ['**/node_modules/**', '**/dist/**'],
},
},