A: Mocha doesn’t bundle an assertion library, so you can choose from many options like Chai, Should.js, Unexpected, or built-in Node assert. The blog example uses basic assertions in the browser environment. Using Chai gives expressive style (e.g. expect(value).to.equal(…)).