Files
polaris-react/tests/each-test.ts
2019-05-29 14:29:00 -04:00

7 lines
131 B
TypeScript

import {destroyAll} from '@shopify/react-testing';
import '../src/test-utilities/matchers';
afterEach(() => {
destroyAll();
});