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