By default, you can use Mocha's assertion module (which is in fact Node's regular assertion module) to run your tests. However, it can be quite limiting. This is where assertion libraries like Chai enter the frame. We've already included chai in our index.html file above, so it's now accessible as a global object. Inside our test.js file, we can overwrite the default expect and should assertion like this: