1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-15 01:25:25 +01:00
portfolio/jest/setup-test-env.js

7 lines
152 B
JavaScript
Raw Normal View History

2019-04-14 03:29:35 +02:00
import 'jest-dom/extend-expect'
// 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'