Skip to content

Commit

Permalink
ci: 테스트 파일 형식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ImxYJL committed Jul 23, 2024
1 parent fb7c128 commit 68b6583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/tempTest.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test('테스트하자!', () => {
const onePlusOne = 1 + 1;
expect(onePlusOne).toBe(2);
});

0 comments on commit 68b6583

Please sign in to comment.