1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-01 20:39:55 +01:00
blog/jest/setup-test-env.js

5 lines
124 B
JavaScript

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