Skip to content

Commit

Permalink
fix: ensure that tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Dec 1, 2021
1 parent 3272c9a commit 6a145a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ module.exports = {
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
testEnvironment: 'node',
testMatch: ['**/__tests__/**/*.test.js'],
testPathIgnorePatterns: ['/node_modules/', '/src/', '/lib/', '/es/'],
};

0 comments on commit 6a145a7

Please sign in to comment.