6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {}
|
|
});
|