Răsfoiți Sursa

fix: ok now tho

Sv443 5 luni în urmă
părinte
comite
dec86df46d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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"],
 };