Skip to content

eps1lon/testing-library-react-hooks-impure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@testing-library/dom/pure renderHook has global side-effects

Steps to reproduce

  1. clone this repository
  2. yarn install
  3. yarn start

Expected behavior

console.error is not mutated

Actual behavior

console.error is mutated