remove companion tests
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user