viewerReference.ts 302 B

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