Skip to content

TestingΒΆ

Testing is done with Mocha Assert + Chai, see here for more info.

Easy explanation

Mocha provides describe and it, while Chai provides "english-like" syntax like expect(exampleArray).to.have.lengthOf(3);