Select Git revision
setupTests.js
Forked from
SOFT Core / SOFT 260 / React Redux Starter Code
4 commits behind, 2 commits ahead of the upstream repository.
jherman5 authored
setupTests.js 228 B
// See https://testing-library.com/docs/dom-testing-library/api-queries.
// See also https://github.com/testing-library/jest-dom.
import '@testing-library/jest-dom/extend-expect';
afterEach(() => {
jest.clearAllMocks();
});