mirror of
https://github.com/Shopify/draggable.git
synced 2026-01-25 16:02:36 +00:00
10 lines
115 B
JavaScript
10 lines
115 B
JavaScript
import './matchers';
|
|
|
|
beforeEach(() => {
|
|
jest.useFakeTimers();
|
|
});
|
|
|
|
afterEach(() => {
|
|
jest.runAllTimers();
|
|
});
|