Skip to content

Commit

Permalink
chore(jest): transform text-mask-core by jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Lyashuk committed Jul 17, 2019
1 parent 4fea3ea commit 68d0ae2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ module.exports = {
roots: [
'<rootDir>/src',
],
transformIgnorePatterns: [
'node_modules/(?!(text-mask-core)/)',
],
};

0 comments on commit 68d0ae2

Please sign in to comment.