Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing tests in master: otherverbs and urlencodedformpost #30

Open
matmar10 opened this issue Jul 25, 2020 · 0 comments
Open

Failing tests in master: otherverbs and urlencodedformpost #30

matmar10 opened this issue Jul 25, 2020 · 0 comments

Comments

@matmar10
Copy link
Contributor

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)
matmar10 added a commit to matmar10/rest-ez-backup that referenced this issue Aug 8, 2021
several endpoints in test suite failing with 404 due to missing install of json-server db.json file

fixes #kiranz#30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant