mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
4 lines
68 B
TypeScript
4 lines
68 B
TypeScript
test('two plus two is four', () => {
|
|
expect(2 + 2).toBe(4);
|
|
});
|