8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
|
// @skip
|
||
|
// Unsupported input
|
||
|
|
||
|
// Valid -- this is a regression test.
|
||
|
jest.useFakeTimers();
|
||
|
(() => {
|
||
|
jest.useRealTimers();
|
||
|
}) |> beforeEach(%);
|