fastify / fastify-swagger-ui

Serve Swagger-UI for Fastify
MIT License
132 stars 40 forks source link

fix(jest): fix a problem with jest and moduleNameMapper #72

Closed Tom910 closed 1 year ago

Tom910 commented 1 year ago

Jest doesn't support require.resolve method (issue https://github.com/jestjs/jest/issues/9543) and this affected projects if a project has moduleNameMapper configuration. I found this issue when I tried to upgrade version of fastify. I changed the implementation on an alternative solution

Checklist