diff --git a/tatort/vite.config.js b/tatort/vite.config.js index b8eb111..85749fc 100644 --- a/tatort/vite.config.js +++ b/tatort/vite.config.js @@ -10,7 +10,7 @@ export default defineConfig({ allowedHeaders: ['Content-Type'] }, allowedHosts: ['tatort.innovation-hub-niedersachsen.de'] - } + }, test: { include: ['src/**/*.{test,spec}.{js,ts}'] }