Skip to content

Commit

Permalink
Fix test caused by human error
Browse files Browse the repository at this point in the history
  • Loading branch information
monshinawatra committed Feb 20, 2024
1 parent 81d9059 commit cf08679
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/__test__/jest.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
test('Is jest working?', () => {
it('should return true', () => {
expect(true).toBe(true);
});
expect(true).toBe(true);
});

0 comments on commit cf08679

Please sign in to comment.