Azure / openapi-diff

Command line tool to detect breaking changes between two openapi specifications
MIT License
253 stars 34 forks source link

fix: jest typescript config #340

Closed afonsojramos closed 2 weeks ago

afonsojramos commented 1 month ago

ts-jest was installed, but the preset was not being used and that required a compilation phase, which is annoying for checking where the tests are failing.

afonsojramos commented 3 weeks ago

@konrad-jamrozik let me know if you need any further clarification