Skip to content

Commit

Permalink
fix(jest): update jest config for d3-color
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Mar 10, 2023
1 parent 0224904 commit 62ded37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ module.exports = {
verbose: true,
testEnvironment: 'jsdom',
setupFiles: [path.resolve(path.join(__dirname, 'jest.setup.js'))],
transformIgnorePatterns: ['node_modules/(?!(d3-color)/)'],
}

0 comments on commit 62ded37

Please sign in to comment.