refactor: change separate tools by category
This commit is contained in:
+2
-2
@@ -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/**'],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user