kochie / js-ts-jest-esm-mock

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

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


Languages

Language:JavaScript 57.0%Language:TypeScript 43.0%