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 ad70153 commit f707916Copy full SHA for f707916
__test__/objects.spec.ts
@@ -4,8 +4,6 @@ import commit_data from "./data.json";
4
import { packAndUnpack } from "./util";
5
6
describe("Binarypack", () => {
7
- jest.setTimeout(20_000);
8
-
9
it("should keep objects intact", async () => {
10
const values = commit_data;
11
expect.assertions(values.length);
0 commit comments