We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4c656 commit 19a9c62Copy full SHA for 19a9c62
package.json
@@ -5,6 +5,7 @@
5
"transform": {
6
"^.+\\.(js|ts|tsx)$": "ts-jest"
7
},
8
+ "transformIgnorePatterns": ["/node_modules/(?!d3|d3-array|internmap|delaunator|robust-predicates)"],
9
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
10
"moduleFileExtensions": [
11
"ts",
@@ -93,6 +94,7 @@
93
94
"@testing-library/jest-dom": "^4.2.4",
95
"@types/chai": "^4.2.14",
96
"@types/chrome": "^0.0.119",
97
+ "@types/d3": "^7.4.0",
98
"@types/d3-scale-chromatic": "^2.0.0",
99
"@types/jest": "^26.0.4",
100
"@types/lodash.isequal": "^4.5.5",
0 commit comments