UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines (7 loc) 213 B
import {destroyAll} from '@shopify/react-testing'; import '@shopify/react-testing/matchers'; import './matchers'; // eslint-disable-next-line jest/require-top-level-describe afterEach(() => { destroyAll(); });