Files
2026-08-27 21:09:14 +00:00

5 lines
154 B
JavaScript

test("doesn't crash", () => {
expect(typeof Uint8Array !== undefined + "").toBe(true);
expect(typeof Uint8Array !== "undefine" + "d").toBe(true);
});