Skip to content

Commit

Permalink
transform d3-color in jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
jberney authored Oct 11, 2022
1 parent 785cda8 commit 74fbd59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 74fbd59

Please sign in to comment.