sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

client tests is failing #222

Closed shootermv closed 11 months ago

shootermv commented 11 months ago

Describe the bug client tests is failing

To Reproduce Steps to reproduce the behavior:

  1. cd 'traffic-dashboard'
  2. Add "test": "jest", to package.json file
  3. Run npm run test
  4. See error

Expected behavior All tests should pass. Also it is good to add a client tests run to the CI pipeline

Screenshots image