Skip to content

Commit

Permalink
Instruct jest to transform all packages (including all inside node_mo…
Browse files Browse the repository at this point in the history
…dules) (#112)
  • Loading branch information
academo authored Oct 25, 2022
1 parent e9792f6 commit 4ff8719
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ module.exports = {
},
],
},
transformIgnorePatterns: [
'node_modules/(?!(ol)/)', // <- exclude the open layers library
],
transformIgnorePatterns: [],
};

0 comments on commit 4ff8719

Please sign in to comment.