refactor: Remove moduleNameMapper for axios in jest.config.json

This commit is contained in:
Simon Larsen 2024-08-07 19:52:37 -06:00
parent ff6369389c
commit c40ec85ce3
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -29,9 +29,6 @@
"collectCoverageFrom": [
"./**/*.(tsx||ts)"
],
"moduleNameMapper": {
"axios": "./node_modules/axios/dist/node/axios.cjs"
},
"coverageThreshold": {
"global": {
"lines": 0,