oneuptime/Probe/Tests/index.test.ts
2022-05-19 18:54:14 +02:00

4 lines
68 B
TypeScript

test('two plus two is four', () => {
expect(2 + 2).toBe(4);
});