UNPKG

iridium

Version:

A custom lightweight ORM for MongoDB designed for power-users

12 lines 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const chai = require("chai"); const chaiAsPromised = require("chai-as-promised"); const Bluebird = require("bluebird"); const sourceMapSupport = require("source-map-support"); Bluebird.longStackTraces(); sourceMapSupport.install({ handleUncaughtExceptions: false }); chai.use(chaiAsPromised); //# sourceMappingURL=chai.js.map