mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
10 lines
115 B
JavaScript
10 lines
115 B
JavaScript
import './matchers';
|
|
|
|
beforeEach(() => {
|
|
jest.useFakeTimers();
|
|
});
|
|
|
|
afterEach(() => {
|
|
jest.runAllTimers();
|
|
});
|