viewerReference.ts 498 B

123456789101112
  1. /// <reference path="../../../dist/preview release/viewer/babylon.viewer.module.d.ts" />
  2. /// <reference path="../node_modules/@types/chai/index.d.ts" />
  3. /// <reference path="../node_modules/@types/mocha/index.d.ts" />
  4. /// <reference path="../node_modules/@types/sinon/index.d.ts" />
  5. /*
  6. * Create a constant with the ChaiJS' expect module just to make the code more readable.
  7. */
  8. export const should = chai.should();
  9. export const expect = chai.expect;
  10. export const assert = chai.assert;