Skip to content

Commit

Permalink
Fix tsc build
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed May 3, 2024
1 parent 1fa6e08 commit ce8fe16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/tests/run_trees.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { jest } from "@jest/globals";
import { Client } from "../client.js";
import { RunTree } from "../run_trees.js";
import { mockClient } from "./utils/mock_client.js";

const _DATE = 1620000000000;
Date.now = jest.fn(() => _DATE);
Expand Down

0 comments on commit ce8fe16

Please sign in to comment.