Skip to content

Commit

Permalink
fixup! README
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinto committed Nov 28, 2021
1 parent 99a4a93 commit c54b907
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Framework-agnostic testing tool for [Kefir](https://kefirjs.github.io/kefir/).
## <a id="contents"></a> [](#contents) [Contents](#contents)

* [Plugin helpers](#plugin-helpers)
* [`extensions: {[key: string]: Matcher}`](#extensions)
* [`activate: (obs: Kefir.Observable) => void`](#activate)
* [`deactivate: (obs: Kefir.Observable) => void`](#deactivate)
* [`send: (obs: Kefir.Observable, values: Array<Event<T>>) => obs`](#send)
Expand All @@ -29,10 +28,6 @@ Framework-agnostic testing tool for [Kefir](https://kefirjs.github.io/kefir/).

### <a id="plugin-helpers"></a> [](#contents) [Plugin helpers](#plugin-helpers)

#### <a id="extensions"></a> [](#contents) [`extensions: {[key: string]: Matcher}`](#extensions)

The `extensions` object contains custom matchers for use with Jest. This object should be passed to Jest's `expect.extend`.

#### <a id="activate"></a> [](#contents) [`activate: (obs: Kefir.Observable) => void`](#activate)

`activate` is a simple helper function to turn a stream on.
Expand Down

0 comments on commit c54b907

Please sign in to comment.