Skip to content

Commit

Permalink
fixup! Add cross-browser playwright tests for getPreciseNumberFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Aug 3, 2023
1 parent ab211c1 commit fbbc453
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ const config = {
transformIgnorePatterns: [
'/node_modules/(?!(cborg)/)',
],
testPathIgnorePatterns: [
'/node_modules/',
'/playwright/'
],
}

module.exports = config

0 comments on commit fbbc453

Please sign in to comment.