Skip to content

Commit 6a145a7

Browse files
committed
fix: ensure that tests run
1 parent 3272c9a commit 6a145a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ module.exports = {
22
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
33
testEnvironment: 'node',
44
testMatch: ['**/__tests__/**/*.test.js'],
5-
testPathIgnorePatterns: ['/node_modules/', '/src/', '/lib/', '/es/'],
65
};

0 commit comments

Comments
 (0)