Skip to content

0.9.0 / 28 April 2020

Compare
Choose a tag to compare
@rwalle61 rwalle61 released this 28 Apr 12:30
· 150 commits to master since this release
1a1133f

Introducing a new Jest plugin - jest-openapi!

I wanted to make a Jest plugin because there are twice the number of Jest npm downloads (=users?) as chai npm downloads - thus helping more developers verify their servers against their OpenAPI specs.

jest-openapi mirrors chai-openapi-response-validator for Jest. Jest users can use jest-openapi as they would jest-extended. See the README and #69 for more information.

chai-openapi-response-validator remains the same, with major refactoring because this repo has been converted into a monorepo to help maintain the Jest and chai plugins together #69