Files
bun.sh/test/regression/issue/23723.test.js
pfg 7750afa29b Updates eqlComptime to resolve the rope if needed (#23883)
### What does this PR do?

Fixes #23723 

### How did you verify your code works?

Test case
2025-10-20 21:18:47 -07:00

5 lines
154 B
JavaScript

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