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