Skip to content

Commit

Permalink
Use execution test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 24, 2024
1 parent 7a8228e commit 74b2e4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,9 @@ it("should keep side-effects in if statements", () => {
expect(ok).toBe(2);
}
});

it('should analyze numeric additions',()=>{
if (1 +2 !==3) {
require("fail");
}
})

This file was deleted.

0 comments on commit 74b2e4c

Please sign in to comment.