mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
4 lines
66 B
TypeScript
4 lines
66 B
TypeScript
test("two plus two is four", () => {
|
|
expect(2 + 2).toBe(4);
|
|
});
|