Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 test

License
-------------------------------------------------------------------------------

MIT

[article]: https://rjzaworski.com/2015/06/testing-api-requests-from-window-fetch