Skip to content
#

rxjs6

Here are 174 public repositories matching this topic...

jsamr
jsamr commented Jan 27, 2020

Although the two source streams and the result stream have all a length of 5, an exception is thrown.

Reproduction:

import { cold, hot } from 'jest-marbles'
import { buffer, mergeAll } from 'rxjs/operators'

describe('test', () => {
  it('should not fail', () => {
    const source1 = cold('AB--|')
    const source2 = hot('^-A-|')
    expect(source1.pipe(buffer(source2), mergeAl

Boilerplate setup of React.js using TypeScript, Webpack, Babel, Rxjs, Redux, Routerv4, Jest and Scss. Setup with example touching all the aspects of reactive programming using the stack with unit test sample using Jest and enzyme.

  • Updated Mar 8, 2019
  • TypeScript

Improve this page

Add a description, image, and links to the rxjs6 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rxjs6 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.