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 b0899e4 commit 49d96a7Copy full SHA for 49d96a7
2 files changed
jest/mocks/d3Scale.ts __mocks__/d3-scale.tsjest/mocks/d3Scale.ts renamed to __mocks__/d3-scale.ts
jest.config.js
@@ -41,6 +41,5 @@ module.exports = {
41
'^@lottiefiles/dotlottie-react$': '<rootDir>/__mocks__/@lottiefiles/dotlottie-react.tsx',
42
'^group-ib-fp$': '<rootDir>/__mocks__/group-ib-fp.ts',
43
'^parse-imports-exports$': '<rootDir>/node_modules/parse-imports-exports/index.cjs',
44
- '^d3-scale$': '<rootDir>/jest/mocks/d3Scale.ts',
45
},
46
};
0 commit comments