aboutsummaryrefslogtreecommitdiff
path: root/vite.config.ts
blob: 5bb079e1a39d6f1543b62d3b6e8726c2c7fe1dfd (plain)
1
2
3
4
5
6
7
8
9
// import { defineConfig } from 'vitest/config';

// export default defineConfig({
// 	test: {
// 		include: ['./tests/**/*.test.ts']
// 	}
// });

export {};