setup.ts 170 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 /* External Imports */ import chai = require('chai') import Mocha from 'mocha' const should = chai.should() const expect = chai.expect export { should, expect, Mocha }