mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-09 02:54:00 +01:00
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
|
import 'jest-dom/extend-expect'
|
||
|
|
||
|
// this is basically: afterEach(cleanup)
|
||
|
import 'react-testing-library/cleanup-after-each'
|