mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
LibJS: Uncomment the tests that pass now
This commit is contained in:
parent
92c6ae57fc
commit
1dbd264239
8 changed files with 19 additions and 22 deletions
|
@ -2,5 +2,5 @@ test("basic functionality", () => {
|
|||
expect(Math.asinh).toHaveLength(1);
|
||||
|
||||
expect(Math.asinh(0)).toBeCloseTo(0);
|
||||
// FIXME: expect(Math.asinh(1)).toBeCloseTo(0.881373);
|
||||
expect(Math.asinh(1)).toBeCloseTo(0.881373);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue