diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 13:50:25 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 13:50:25 -0800 |
| commit | e014ded82a630bd91b15be4307125f5580119f4d (patch) | |
| tree | 416712eef67ba5cac1c3e55780b80ab04c9aec47 /frontend/vitest.config.ts | |
| parent | e7f0e40b3563a56a06f5bedd3efd40b750e74521 (diff) | |
| download | neko-e014ded82a630bd91b15be4307125f5580119f4d.tar.gz neko-e014ded82a630bd91b15be4307125f5580119f4d.tar.bz2 neko-e014ded82a630bd91b15be4307125f5580119f4d.zip | |
Analyze page size and fix frontend tests
Diffstat (limited to 'frontend/vitest.config.ts')
| -rw-r--r-- | frontend/vitest.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/vitest.config.ts b/frontend/vitest.config.ts index cca59f2..eee2cfa 100644 --- a/frontend/vitest.config.ts +++ b/frontend/vitest.config.ts @@ -6,5 +6,6 @@ export default defineConfig({ globals: true, environment: 'jsdom', setupFiles: './src/setupTests.ts', + exclude: ['**/node_modules/**', '**/dist/**', '**/tests/**'], }, }) |
