mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-01-13 08:50:13 +08:00
7 lines
131 B
TypeScript
7 lines
131 B
TypeScript
import {destroyAll} from '@shopify/react-testing';
|
|
import '../src/test-utilities/matchers';
|
|
|
|
afterEach(() => {
|
|
destroyAll();
|
|
});
|