Browse Source

fix: ok now it should shut up

Sv443 5 months ago
parent
commit
2f81291c46
1 changed files with 1 additions and 0 deletions
  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"],
 };