DEV Community

Discussion on: Unit testing: #1 - Test one behaviour at a time.

Collapse
 
alphaolomi profile image
Alpha Olomi

Next post maybe negative tests, like expect(sum("1", "2")).not.toBe(4)