We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84155b6 commit 608a419Copy full SHA for 608a419
1 file changed
packages/code-analyzer-engine-api/test/utils/utils.test.ts
@@ -1,5 +1,6 @@
1
import {FixedClock, indent, JavaCommandExecutor, RealClock} from "../../src/utils";
2
3
+jest.setTimeout(30_000);
4
5
describe('Tests for Clock', () => {
6
const fixedClock: FixedClock = new FixedClock(new Date(2025, 2, 21, 12, 30, 25, 20));
0 commit comments