Skip to content

Commit f707916

Browse files
committed
test: timeout should not be needed anymore
new implementation is much faster
1 parent ad70153 commit f707916

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

__test__/objects.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import commit_data from "./data.json";
44
import { packAndUnpack } from "./util";
55

66
describe("Binarypack", () => {
7-
jest.setTimeout(20_000);
8-
97
it("should keep objects intact", async () => {
108
const values = commit_data;
119
expect.assertions(values.length);

0 commit comments

Comments
 (0)