This project demonstrates stubbing APIs with Specmatic by leveraging their OpenAPI specifications in Jest UI Component Tests.
npm install
npm start
npm test
Refer to this documentation in order to understand how to update the stub expectations.
This happens due to an issue in Jest. The easiest solution is to import core-js
in the affected test file.