소스 검색

fix: ok now it should shut up

Sv443 4 달 전
부모
커밋
2f81291c46
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jest.config.mjs

+ 1 - 0
jest.config.mjs

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