Explorar o código

fix: ok now it should shut up

Sv443 hai 4 meses
pai
achega
2f81291c46
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      jest.config.mjs

+ 1 - 0
jest.config.mjs

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