diff --git a/setupTests.ts b/setupTests.ts deleted file mode 100644 index 1d9263c..0000000 --- a/setupTests.ts +++ /dev/null @@ -1 +0,0 @@ -import "@testing-library/jest-dom/vitest" \ No newline at end of file diff --git a/vite.config.ts b/vite.config.ts index 826f0f1..9be7410 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -16,7 +16,6 @@ export default defineConfig({ test: { globals: true, environment: 'jsdom', - setupFiles: ["./setupTests.ts"], coverage: { reporter: ['lcov', 'json', 'html', 'json-summary'], },