mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-16 17:10:12 +00:00
8 lines
363 B
Markdown
8 lines
363 B
Markdown
# Mocks
|
|
|
|
Use this to mock any third party HTTP resources that you don't have running locally and want to have mocked for local development as well as tests.
|
|
|
|
Learn more about how to use this at [mswjs.io](https://mswjs.io/)
|
|
|
|
For an extensive example, see the [source code for kentcdodds.com](https://github.com/kentcdodds/kentcdodds.com/blob/main/mocks/start.ts)
|