mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-09 13:14:30 +01:00
7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
import '@testing-library/jest-dom/extend-expect'
|
|
|
|
// this is basically: afterEach(cleanup)
|
|
import '@testing-library/react/cleanup-after-each'
|
|
|
|
import 'jest-canvas-mock'
|