diff --git a/jest.config.js b/jest.config.js index aec232535..6a5639c1f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -8,4 +8,7 @@ module.exports = { // '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)' ], + modulePathIgnorePatterns: [ + "/packages/father-build/" + ], }; \ No newline at end of file