marchaos / jest-mock-extended

Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended
MIT License
828 stars 57 forks source link

Fix ESM support by avoiding export default as syntax #83

Closed Toilal closed 2 years ago

Toilal commented 2 years ago

This fix #70

Finally, it seems that TypeScript as an issue with export { default as named } syntax.