Explorar o código

fix: ok now tho

Sv443 hai 4 meses
pai
achega
dec86df46d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"],
 };