Select Git revision
setupTests.js
Forked from
SOFT Core / SOFT 260 / React Redux Starter Code
Source project has a limited visibility.
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();
});