Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjz/testing-window-fetch
Example tests, stubs, and helpers for testing around window.fetch
https://github.com/rjz/testing-window-fetch
Last synced: 2 months ago
JSON representation
Example tests, stubs, and helpers for testing around window.fetch
- Host: GitHub
- URL: https://github.com/rjz/testing-window-fetch
- Owner: rjz
- License: other
- Created: 2015-06-06T19:03:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T02:25:18.000Z (over 7 years ago)
- Last Synced: 2024-10-16T23:54:06.659Z (2 months ago)
- Language: JavaScript
- Homepage: https://rjzaworski.com/2015/06/testing-api-requests-from-window-fetch
- Size: 42 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Demo: Testing window.fetch
===============================================================================[![Build Status](https://travis-ci.org/rjz/testing-window-fetch.svg?branch=master)](https://travis-ci.org/rjz/testing-window-fetch)
Demo project for [testing API requests from `window.fetch`][article].
Installation
-------------------------------------------------------------------------------Install and run tests:
$ npm install
$ npm testLicense
-------------------------------------------------------------------------------MIT
[article]: https://rjzaworski.com/2015/06/testing-api-requests-from-window-fetch