You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime Error TypeError: Cannot set property 'Axios' of undefined at Object.<anonymous> (node_modules/axios/lib/axios.js:30:13) at Runtime._execModule (node_modules/jest-cli/src/Runtime/Runtime.js:261:17) at Object.<anonymous> (node_modules/axios/index.js:1:137) at Object.<anonymous> (src/actions/index.js:443:306) at Object.<anonymous> (src/reducers/clientsReducer.js:14:72) at Object.<anonymous> (src/reducers/__tests__/clientsReducer-test.js:2:49) at jasmine2 (node_modules/jest-jasmine2/src/index.js:252:16) at handle (node_modules/worker-farm/lib/child/index.js:41:8) at process.<anonymous> (node_modules/worker-farm/lib/child/index.js:47:3) at emitTwo (events.js:106:13) at process.emit (events.js:191:7) at process.nextTick (internal/child_process.js:719:12) at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback (internal/process/next_tick.js:98:9)
I am using Jest: in a react, redux project and I get the above runtime error.
I am happy to provide any relevant code snippets.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Runtime Error TypeError: Cannot set property 'Axios' of undefined at Object.<anonymous> (node_modules/axios/lib/axios.js:30:13) at Runtime._execModule (node_modules/jest-cli/src/Runtime/Runtime.js:261:17) at Object.<anonymous> (node_modules/axios/index.js:1:137) at Object.<anonymous> (src/actions/index.js:443:306) at Object.<anonymous> (src/reducers/clientsReducer.js:14:72) at Object.<anonymous> (src/reducers/__tests__/clientsReducer-test.js:2:49) at jasmine2 (node_modules/jest-jasmine2/src/index.js:252:16) at handle (node_modules/worker-farm/lib/child/index.js:41:8) at process.<anonymous> (node_modules/worker-farm/lib/child/index.js:47:3) at emitTwo (events.js:106:13) at process.emit (events.js:191:7) at process.nextTick (internal/child_process.js:719:12) at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback (internal/process/next_tick.js:98:9)
I am using Jest: in a react, redux project and I get the above runtime error.
I am happy to provide any relevant code snippets.
The text was updated successfully, but these errors were encountered: