Skip to content

Commit

Permalink
Merge pull request #316 from oslokommune/upgrade-d3
Browse files Browse the repository at this point in the history
Upgrade to `d3@7`
  • Loading branch information
petterhj authored Aug 12, 2024
2 parents 5c5e407 + 5355182 commit 31427fb
Show file tree
Hide file tree
Showing 19 changed files with 541 additions and 357 deletions.
2 changes: 1 addition & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
'^.+\\.(ts|tsx|js|jsx)$': 'babel-jest',
'^.+\\.vue$': '@vue/vue3-jest',
},
transformIgnorePatterns: ['node_modules/(?!axios)'],
transformIgnorePatterns: ['node_modules/(?!axios|d3|d3-array|internmap|delaunator|robust-predicates)'],
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
},
Expand Down
Loading

0 comments on commit 31427fb

Please sign in to comment.