diff --git a/Common/jest.config.json b/Common/jest.config.json index fd3e5d1dad..c4db86d0eb 100644 --- a/Common/jest.config.json +++ b/Common/jest.config.json @@ -29,9 +29,6 @@ "collectCoverageFrom": [ "./**/*.(tsx||ts)" ], - "moduleNameMapper": { - "axios": "./node_modules/axios/dist/node/axios.cjs" - }, "coverageThreshold": { "global": { "lines": 0,