mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-07 11:51:08 +08:00
8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
// environment: 'jsdom'
|
|
}
|
|
});
|