express-zod-api
express-zod-api copied to clipboard
Supporting `jest` v30
Jest 30 is coming soon requiring higher Node.js version.
Since it's an optional peer dependency I made an arrangement to avoid breaking changes in express-zod-api itself.
Due to https://github.com/jestjs/jest/pull/14460 requires at least Node 18.12
coverage: 100.0%. remained the same when pulling e100723a7feacbf13baebecec895eb138e46db00 on try-jest-30 into e2fb0924b2c0095309936cab8f6ff5dd4de06269 on prep-v18.
Or, I can make it non-breaking by testing compatibility only on certain Node versions.
non-breaking now, can be released anytime