From c40ec85ce3acc79dee27dc3bf6006a6286f481e7 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 7 Aug 2024 19:52:37 -0600 Subject: [PATCH] refactor: Remove moduleNameMapper for axios in jest.config.json --- Common/jest.config.json | 3 --- 1 file changed, 3 deletions(-) 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,