mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
6 lines
262 B
JavaScript
6 lines
262 B
JavaScript
|
// react-testing-library renders your components to document.body,
|
||
|
// this will ensure they're removed after each test.
|
||
|
import '@testing-library/react/cleanup-after-each'
|
||
|
// this adds jest-dom's custom assertions
|
||
|
import '@testing-library/jest-dom/extend-expect'
|