Skip to content

Commit

Permalink
πŸ“‘ :: delay ν•¨μˆ˜ ν…ŒμŠ€νŠΈ μ½”λ“œ μΆ”κ°€
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjiwoo0522 committed May 24, 2021
1 parent f2f0143 commit 2181da6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/delay.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
describe("1+1", () => {
it("should equal 2", () => {
expect(1+1).toEqual(2);
});
});

0 comments on commit 2181da6

Please sign in to comment.