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
2019-07-08 18:31:33 +02:00

5 lines
142 B
JavaScript

import '@testing-library/jest-dom/extend-expect'
// this is basically: afterEach(cleanup)
import '@testing-library/react/cleanup-after-each'