Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 324 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 324 Bytes

RTK Query + msw

App example about testing http calls using RTK Query and msw.

Install dependencies

make deps

Running the app

make dev

Go to http://localhost:5173/

Running the tests

make test