Skip to content

Commit

Permalink
Single operator fixes (#5325)
Browse files Browse the repository at this point in the history
* chore: update tests to use TestScheduler

* fix(single): single throws appropriately

- Will now throw new NotFoundError and SequenceError types in appropriate scenarios
- Updates documentation

BREAKING CHANGE: Single will now throw for scenarios where values coming in are either not present, or do not match the provided predicate. Error types have thrown have also been updated, please check documentation for changes.

* chore: readd missing source argument

* chore: fix dtslint
  • Loading branch information
benlesh authored May 14, 2020
1 parent 5efc474 commit 27931bc
Show file tree
Hide file tree
Showing 5 changed files with 446 additions and 215 deletions.
Loading

0 comments on commit 27931bc

Please sign in to comment.