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

feat(packages/vue): new package with initial configuration files

This commit is contained in:
2024-05-30 04:16:15 +07:00
parent c007a54522
commit 03245921da
6 changed files with 354 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
environment: 'jsdom',
},
});