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 19fa65c commit 6404890Copy full SHA for 6404890
jest.config.cjs
@@ -20,7 +20,6 @@ module.exports = {
20
d3: '<rootDir>/node_modules/d3/dist/d3.min.js',
21
'^uuid$': require.resolve('uuid'),
22
msgpackr: require.resolve('msgpackr'),
23
- axios: '<rootDir>/node_modules/axios/dist/node/axios.cjs',
24
},
25
setupFiles: [
26
'<rootDir>/redisinsight/ui/src/setup-env.ts',
redisinsight/api/package.json
@@ -158,7 +158,8 @@
158
"moduleNameMapper": {
159
"src/(.*)": "<rootDir>/$1",
160
"apiSrc/(.*)": "<rootDir>/$1",
161
- "tests/(.*)": "<rootDir>/__tests__/$1"
+ "tests/(.*)": "<rootDir>/__tests__/$1",
162
+ "axios": "axios/dist/node/axios.cjs"
163
}
164
165
0 commit comments