- /// <reference path="../../../dist/preview release/viewer/babylon.viewer.module.d.ts" />
- /// <reference path="../node_modules/@types/chai/index.d.ts" />
- /// <reference path="../node_modules/@types/mocha/index.d.ts" />
- /// <reference path="../node_modules/@types/sinon/index.d.ts" />
- /*
- * 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;
|