remove companion tests

This commit is contained in:
2026-01-03 15:18:40 +01:00
parent 20f1b53c27
commit afbe42b0e1
67 changed files with 72 additions and 6325 deletions

View File

@@ -15,13 +15,13 @@ export default defineConfig({
'core/**/*.{test,spec}.?(c|m)[jt]s?(x)',
'adapters/**/*.{test,spec}.?(c|m)[jt]s?(x)',
'apps/**/*.{test,spec}.?(c|m)[jt]s?(x)',
'tests/integration/**/*.{test,spec}.?(c|m)[jt]s?(x)',
],
exclude: [
'node_modules/**',
'**/dist/**',
'**/.next/**',
'tests/smoke/website-pages.spec.ts',
'apps/companion/**',
],
},
resolve: {