mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
9 lines
123 B
TypeScript
9 lines
123 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: 'jsdom',
|
|
},
|
|
});
|
|
|