p5.js-web-editor/client/jest.setup.js
2020-06-28 15:44:00 +02:00

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';