Spaces:
Runtime error
Runtime error
| import { defineConfig } from 'vitest/config'; | |
| export default defineConfig({ | |
| test: { | |
| include: ['test/**/*.test.ts'], | |
| globals: false, | |
| }, | |
| }); | |
| import { defineConfig } from 'vitest/config'; | |
| export default defineConfig({ | |
| test: { | |
| include: ['test/**/*.test.ts'], | |
| globals: false, | |
| }, | |
| }); | |