mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-01 08:48:49 +00:00
6 lines
182 B
JavaScript
6 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);
|
|
});
|