Skip to content

Commit 1c295a8

Browse files
committed
Enrich README
1 parent 8ae047f commit 1c295a8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.markdown

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@ Enhanced sequencing of asynchronous code with [ES6 generators](https://developer
44

55
> A tiny module created to solve one problem in a generalized way.
66
7-
Easily test Promise-based side-effects.
7+
# No more HTTP mocks 🚫🕸
8+
9+
Write concise tests for an asynchronous story. Skip execution of side-effects. Instead, assert their call arguments, and mock their plain return value.
810
See: ["Easily test yielded calls, mock their return values"](index-test.js)
911

10-
Inspired by the test-friendly generator architecture of [`redux-saga`](https://github.com/yelouafi/redux-saga).
12+
# Functional in nature 🌲
13+
14+
Inspired by the test-friendly generator architecture of [`redux-saga`](https://github.com/yelouafi/redux-saga) and the pure side-effects of [Elm](http://elm-lang.org).
1115

1216
Requires
1317
--------
1418

15-
* [Node.js](https://nodejs.org) with ES6/Generator support (known to work in 6.2)
19+
[ES6/Generator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator) support.
20+
21+
* Known to work in [Node.js](https://nodejs.org) 6.2
22+
* Should work in any ES6-compliant JavaScript environment
1623

1724
Install
1825
-------

0 commit comments

Comments
 (0)