Răsfoiți Sursa

remove `test/**` from exclude directive

Yuki Takei 2 luni în urmă
părinte
comite
a564d28873
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      apps/app/vitest.workspace.mts

+ 1 - 1
apps/app/vitest.workspace.mts

@@ -7,7 +7,7 @@ const configShared = defineConfig({
   test: {
     clearMocks: true,
     globals: true,
-    exclude: ['test/**', 'playwright/**'],
+    exclude: ['playwright/**'],
   },
 });