We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3272c9a commit 6a145a7Copy full SHA for 6a145a7
jest.config.js
@@ -2,5 +2,4 @@ module.exports = {
2
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
3
testEnvironment: 'node',
4
testMatch: ['**/__tests__/**/*.test.js'],
5
- testPathIgnorePatterns: ['/node_modules/', '/src/', '/lib/', '/es/'],
6
};
0 commit comments