5 lines
177 B
JavaScript
5 lines
177 B
JavaScript
import '@babel/polyfill';
|
|
|
|
// See: https://github.com/testing-library/jest-dom
|
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
import '@testing-library/jest-dom';
|