Sv443 před 5 měsíci
rodič
revize
dec86df46d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"],
 };