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

5 lines
125 B
JavaScript
Raw Normal View History

2019-05-02 21:11:52 +02:00
import 'jest-dom/extend-expect'
// this is basically: afterEach(cleanup)
2019-05-30 23:01:43 +02:00
import '@testing-library/react/cleanup-after-each'