Closed zhenisduissekov closed 1 year ago
with the last update suddenly most of the unit tests of our project started failing.
tests that use a file with a const swStats = require('swagger-stats') started failing,
After returning back to older swagger-stat version (0.99.4) tests started passing successfully.
I use installation method for Express and in package.json there is: "swagger-stats": "^0.99.1",
please advise really depend your on your product?)
Seems to be related with Axios import - replaced Requests with Axios. Will address shortly.
hi, any news on the issue? maybe need more input data?
@sv2 hi, how is it going?
should be addressed v0.99.6
with the last update suddenly most of the unit tests of our project started failing.
tests that use a file with a const swStats = require('swagger-stats') started failing,
After returning back to older swagger-stat version (0.99.4) tests started passing successfully.
I use installation method for Express and in package.json there is: "swagger-stats": "^0.99.1",
please advise really depend your on your product?)