/// /// /// /// /// /// /// /* * Create a constant with the ChaiJS' expect module just to make the code more readable. */ const should = chai.should(); const expect = chai.expect; const assert = chai.assert; /** * Redirects the devtools used to load the dependencies. */ declare var BABYLONDEVTOOLS: any;