/js-ts-jest-esm-mock

Demonstration on how to use ESM mocks with Jest for both JS and TS

Primary LanguageJavaScript

Test Jest ESM Mock

This repository is a demonstration on how to use ESM mocks in Jest with both JS and TS (via ts-jest)

  • yarn test:js
  • yarn test:ts

Notes

  • To reset your mocks between tests, use jest.resetModules()