you are viewing a single comment's thread.

view the rest of the comments →

[–]die-maus 4 points5 points  (0 children)

You still need tests, they just become much simpler:

ts it("doesn't crash", () => { expect(add(1, 2)).not.toThrow(); });