/// /// /// /// /* * Create a constant with the ChaiJS' expect module just to make the code more readable. */ export const should = chai.should(); export const expect = chai.expect; export const assert = chai.assert;