mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +00:00
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
test("sum two number", () => {
|
|
expect(1 + 2).toBe(3);
|
|
});
|