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
- Host: GitHub
- URL: https://github.com/spirosikmd/example-jest-fetch-mock
- Owner: spirosikmd
- Created: 2018-08-10T14:18:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T15:12:16.000Z (over 2 years ago)
- Last Synced: 2025-01-13T04:27:42.587Z (4 months ago)
- Topics: example, jest-fetch-mock
- Language: JavaScript
- Size: 499 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
```