Skip to content
Snippets Groups Projects
setupTests.js 322 B
Newer Older
// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom';
Fanna Lautenbach's avatar
Fanna Lautenbach committed
import 'jest-canvas-mock';
import 'jest-expect-message';

jest.setTimeout(240000)