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

https://github.com/spirosikmd/example-jest-fetch-mock

Example project to test changes in jest-fetch-mock package
https://github.com/spirosikmd/example-jest-fetch-mock

example jest-fetch-mock

Last synced: about 2 months ago
JSON representation

Example project to test changes in jest-fetch-mock package

Awesome Lists containing this project

README

        

# example-jest-fetch-mock

Example project to test changes in jest-fetch-mock package.

## Getting started

Install the dependencies with [`yarn`](https://yarnpkg.com/en/):

```
$ yarn install
```

Run the tests with:

```
$ yarn test
```