An open API service indexing awesome lists of open source software.

https://github.com/gustavocd/rtkq-msw

App example about testing http calls using RTK Query and msw
https://github.com/gustavocd/rtkq-msw

msw redux-toolkit

Last synced: 4 months ago
JSON representation

App example about testing http calls using RTK Query and msw

Awesome Lists containing this project

README

          

# RTK Query + msw ![](https://github.com/gustavocd/rtkq-msw/workflows/rtkq-msw/badge.svg)

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

## Install dependencies

```bash
make deps
```

## Running the app

```bash
make dev
```

Go to http://localhost:5173/

## Running the tests

```bash
make test
```