redux-toolkit icon indicating copy to clipboard operation
redux-toolkit copied to clipboard

Need an example of how to test an async thunk with rtk query inside

Open stasguma opened this issue 1 year ago • 0 comments

Need an example of how to test code like this.

Thunk Action

image

Test file

image

An error I caught

sessionApi.endpoints.login.initiate it's a second call where an error happens

image

I use: vitest, msw, rtk query

stasguma avatar Apr 02 '24 10:04 stasguma