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