Skip to content

Commit

Permalink
test(#234): exclude tests from thirdparty dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Apr 11, 2023
1 parent ee8f74d commit af1c3bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ module.exports = {
'fake-indexeddb/auto',
'./test/setupFiles/webextension.js',
],

modulePathIgnorePatterns: ['<rootDir>/thirdparty/'],
};

0 comments on commit af1c3bc

Please sign in to comment.