kiranz / just-api

:boom: Test REST, GraphQL APIs
https://kiranz.github.io/just-api/
MIT License
813 stars 35 forks source link

Failing tests in master: otherverbs and urlencodedformpost #30

Open matmar10 opened 4 years ago

matmar10 commented 4 years ago

A few tests are failing in master:

  150 passing (34s)
  2 failing

  1) Other verbs
       "before all" hook:

      AssertionError: expected 1 to equal 0
      + expected - actual

      -1
      +0

      at Context.<anonymous> (test/cli/otherverbs.spec.js:13:36)

  2) url encoded form post
       "before all" hook:

      AssertionError: expected 0 to equal 1
      + expected - actual

      -0
      +1

      at Context.<anonymous> (test/cli/urlencodedformpost.spec.js:21:48)