Test updates - still need more coverage

This commit is contained in:
Jonathan Bobel
2024-07-18 12:36:49 -04:00
parent f0b4fbe732
commit 47bb1e4c8c
7 changed files with 392 additions and 288 deletions

View File

@@ -18,6 +18,6 @@ module.exports = {
'^.+\\.js$': 'babel-jest',
},
transformIgnorePatterns: [
'/node_modules/' // Add any other folders you want Jest to ignore
'node_modules/(?!(d3|d3-array|d3-axis|d3-brush|d3-chord|d3-collection|d3-color|d3-contour|d3-dispatch|d3-drag|d3-dsv|d3-ease|d3-fetch|d3-force|d3-format|d3-geo|d3-hierarchy|d3-interpolate|d3-path|d3-polygon|d3-quadtree|d3-random|d3-scale|d3-scale-chromatic|d3-selection|d3-shape|d3-tile|d3-time|d3-time-format|d3-timer|d3-transition|d3-voronoi|d3-zoom)/)'
],
};