hydrogen/jest-setup.ts
2021-11-04 15:22:30 -07:00

5 lines
150 B
TypeScript

import '@shopify/react-testing';
import '@shopify/react-testing/matchers';
import '@testing-library/jest-dom';
import './scripts/polyfillWebRuntime';