Skip to content

Commit 5e860e6

Browse files
Austin-Xgithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent ee9f233 commit 5e860e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-matrix/backend/__tests__/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe("Authentication API", () => {
7575
// expect(response.body).toHaveProperty('error', 'Unauthorized');
7676
// });
7777
// });
78-
it ("template test", () => {
78+
it("template test", () => {
7979
expect(2 + 3).toEqual(5);
8080
});
8181
});

0 commit comments

Comments
 (0)