فهرست منبع

remove `test/**` from exclude directive

Yuki Takei 3 ماه پیش
والد
کامیت
a564d28873
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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/**'],
   },
 });