Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

First stable release

Compare
Choose a tag to compare
@anilanar anilanar released this 23 Jul 22:39
· 26 commits to master since this release
6fc9a35
  • feat(babel): removes restrictions on mock usage 9e8b130
  • feat: support custom mock implementations (#1) 3eb5d53
  • fix(babel): fix requireActual wrong param 27b6140
  • fix(babel): fix several bugs with 2nd arg of mock 46ccd54
  • feat: add mockSome for partial mocking of modules 0e92c8a
  • docs: add license e14eac2
  • docs: improve README de02a0c
  • chore: integrate commitizen and husky 11d303e
  • fix: make @types/jest a peer dependency

BREAKING CHANGE:
@types/jest has become a peer dependency so if you don't have it in your dependencies, you must add
it now.