mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-29 15:58:47 +00:00
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
test("basic functionality", () => {
|
|
expect(Math.sqrt).toHaveLength(1);
|
|
expect(Math.sqrt(9)).toBe(3);
|
|
});
|