The Wayback Machine - https://web.archive.org/web/20201021222842/https://github.com/topics/jest-matchers
Skip to content
#

jest-matchers

Here are 21 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

Improve this page

Add a description, image, and links to the jest-matchers 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 jest-matchers topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.