2019-07-08 18:29:29 +02:00
|
|
|
import '@testing-library/jest-dom/extend-expect'
|
2019-04-14 03:29:35 +02:00
|
|
|
|
|
|
|
// this is basically: afterEach(cleanup)
|
2019-05-30 22:55:12 +02:00
|
|
|
import '@testing-library/react/cleanup-after-each'
|
2019-04-16 21:21:01 +02:00
|
|
|
|
|
|
|
import 'jest-canvas-mock'
|