diff --git a/jest.config.js b/jest.config.js index a7403d9..eb1fcfc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -6,4 +6,16 @@ module.exports = { "app/**/*.js", "!app/autoUpdater.js", ], + + modulePathIgnorePatterns: [ + "/dist", + "/release", + "/build", + ], + + watchPathIgnorePatterns: [ + "/dist", + "/release", + "/build", + ], }; \ No newline at end of file