Skip to content

Commit

Permalink
chore: update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 8, 2020
1 parent c876e90 commit 2e1c0da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jest.config.js
Expand Up @@ -7,7 +7,10 @@ module.exports = {
displayName: 'e2e',
setupFilesAfterEnv: ['<rootDir>/jest/setupE2eTests.js'],
testMatch: ['<rootDir>/__e2e__/**/*.test.js'],
modulePathIgnorePatterns: ['<rootDir>/my-app/*/package.json'],
modulePathIgnorePatterns: [
'<rootDir>/my-app/*/package.json',
'<rootDir>/lib/*',
],
},
],
};

0 comments on commit 2e1c0da

Please sign in to comment.