Skip to content

Commit

Permalink
adding app.test.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
EF-Pami committed Jan 22, 2024
1 parent f5aeb40 commit d4d3f44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/app.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test("It adds 1 and 2 and gets 3 as a result", () => {
expect(1 + 2).toEqual(3);
});

0 comments on commit d4d3f44

Please sign in to comment.