diff --git a/README.md b/README.md index 2d4a109..5359f83 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ Framework-agnostic testing tool for [Kefir](https://kefirjs.github.io/kefir/). ## [≡](#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>) => obs`](#send) @@ -29,10 +28,6 @@ Framework-agnostic testing tool for [Kefir](https://kefirjs.github.io/kefir/). ### [≡](#contents) [Plugin helpers](#plugin-helpers) -#### [≡](#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`. - #### [≡](#contents) [`activate: (obs: Kefir.Observable) => void`](#activate) `activate` is a simple helper function to turn a stream on.