feat: Introduce jest for backend tests
This commit is contained in:
3
packages/backend/src/graphql/queries/get-user.test.ts
Normal file
3
packages/backend/src/graphql/queries/get-user.test.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
test('adds 1 + 2 to equal 3', () => {
|
||||
expect(1 + 2).toBe(3);
|
||||
});
|
Reference in New Issue
Block a user