UNPKG

332 BJavaScriptView Raw
1"use strict";
2// tslint:disable no-unused
3Object.defineProperty(exports, "__esModule", { value: true });
4const tryRequire = (module) => {
5 try {
6 return require(module);
7 }
8 catch (_) {
9 }
10};
11const chai = tryRequire('chai');
12exports.expect = (chai && chai.expect) || (() => { throw new Error('install chai'); });