aboutsummaryrefslogtreecommitdiff
path: root/vite.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vite.config.ts')
-rw-r--r--vite.config.ts14
1 files changed, 8 insertions, 6 deletions
diff --git a/vite.config.ts b/vite.config.ts
index 58e1d1c..5bb079e 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -1,7 +1,9 @@
-import { defineConfig } from 'vitest/config';
+// import { defineConfig } from 'vitest/config';
-export default defineConfig({
- test: {
- include: ['./tests/**/*.test.ts']
- }
-});
+// export default defineConfig({
+// test: {
+// include: ['./tests/**/*.test.ts']
+// }
+// });
+
+export {};