Skip to content
#

jest-tests

Here are 574 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
Nitwel
Nitwel commented May 30, 2020

My current problem is that my api server is configured like this:

servers:
  - url: 'https://demo.directus.io/{project}'
    variables:
      project:
        default: thumper
        description: The project name

But when I try to make a request like https://demo.directus.io/thumper/auth/authenticate I get the error that the path does not match.

The error:

FAIL tests/a

Improve this page

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

Learn more

You can’t perform that action at this time.