Skip to content

Commit

Permalink
馃悰 Ignore node_modules in server jest config
Browse files Browse the repository at this point in the history
I was getting an error when VSCode started: 'Starting Jest in Watch mode failed too many times and has been stopped'. This issue (jestjs/jest#3254) suggests ignoring node_modules, so I will try that.
  • Loading branch information
rhinodavid committed Dec 1, 2019
1 parent 992b27c commit c2b842a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/upswyng-server/jest.config.js
Expand Up @@ -3,4 +3,5 @@ module.exports = {
transform: {
"^.+\\.tsx?$": "ts-jest",
},
modulePathIgnorePatterns: ["node_modules"],
};

0 comments on commit c2b842a

Please sign in to comment.