mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 14:18:15 +00:00
7 lines
182 B
JavaScript
7 lines
182 B
JavaScript
test("basic functionality", () => {
|
|
expect(Math.asinh).toHaveLength(1);
|
|
|
|
expect(Math.asinh(0)).toBeCloseTo(0);
|
|
// FIXME: expect(Math.asinh(1)).toBeCloseTo(0.881373);
|
|
});
|