-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #734 from kwonoj/bump-deps
build(package): bump up deps
- Loading branch information
Showing
5 changed files
with
11,585 additions
and
6,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# RxSandbox | ||
|
||
`RxSandbox` is test suite for RxJS, based on marble diagram DSL for easier assertion around Observables. | ||
For RxJS 5 support, check pre-1.x versions. 1.x supports latest RxJS 6.x. 2.* is available to support `[email protected]` and above. | ||
For RxJS 5 support, check pre-1.x versions. 1.x supports latest RxJS 6.x. 2.* supports [email protected] and above. | ||
|
||
## What's difference with `TestScheduler` in RxJS? | ||
|
||
|
@@ -18,7 +18,7 @@ RxJs core itself includes its own [`TestScheduler`](https://github.com/ReactiveX | |
|
||
# Install | ||
|
||
This has a peer dependencies of `rxjs@6.*.*`, which will have to be installed as well. | ||
This has a peer dependencies of `rxjs`, which will have to be installed as well. | ||
|
||
```sh | ||
npm install rx-sandbox | ||
|
Oops, something went wrong.