jest-react-hooks-shallow icon indicating copy to clipboard operation
jest-react-hooks-shallow copied to clipboard

Possible way to get around mount issues

Open bdwain opened this issue 3 years ago • 0 comments

i'm guessing you don't want to tie this library to enzyme, but if you did, you could spy on mount and basically change it to

withoutHooks(() => {
  originalMount(...)
});

bdwain avatar Feb 26 '21 20:02 bdwain