eslint-jest-testing-library-codemod icon indicating copy to clipboard operation
eslint-jest-testing-library-codemod copied to clipboard

handling debug

Open sibelius opened this issue 2 years ago • 0 comments

const { debug } = render(<Root />)

should be ?

render(<Root />)
screen.debug()

sibelius avatar Mar 23 '22 17:03 sibelius