فهرست منبع

fix: ok now tho

Sv443 4 ماه پیش
والد
کامیت
dec86df46d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      jest.config.mjs

+ 1 - 1
jest.config.mjs

@@ -2,7 +2,7 @@
 const config = {
   preset: "ts-jest",
   testEnvironment: "node",
-  testPathIgnorePatterns: ["**/node_modules/**.*", "**/out/**.*"],
+  testPathIgnorePatterns: ["node_modules/", "out/"],
   testMatch: ["**/test/**/*.spec.ts"],
 };