Skip to content

Commit

Permalink
Correct ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gewfy committed Aug 22, 2022
1 parent 19906e8 commit 0a29715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['./lib'],
testPathIgnorePatterns: ['<rootDir>/lib'],
};

0 comments on commit 0a29715

Please sign in to comment.