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

5 lines
125 B
JavaScript

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