chore: drop out-of-scope auth/vitest/e2e/Login/Register changes

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 17:58:25 +00:00
committed by Barcode Betty [agent]
parent ff1e1351f1
commit 00fe9f14ea
4 changed files with 5 additions and 109 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ export default defineConfig({
environment: 'jsdom',
globals: true,
setupFiles: ['./src/test/setup.ts'],
exclude: ['e2e/**', 'auth/**', 'node_modules/**'],
exclude: ['e2e/**', 'node_modules/**'],
},
})