mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
chore: start adding test envoriment
This commit is contained in:
3
backend/src/__tests__/CreateUserService.spec.ts
Normal file
3
backend/src/__tests__/CreateUserService.spec.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
test("sum two number", () => {
|
||||
expect(1 + 2).toBe(3);
|
||||
});
|
||||
Reference in New Issue
Block a user