UNPKG

@codibre/confs

Version:

A simple package to centralize IDE configuration of all codibre's projects

11 lines (9 loc) 216 B
import { restore } from 'sinon'; import sinonChai = require('sinon-chai'); import { use } from 'chai'; import { callsLike } from 'chai-callslike'; use(sinonChai); use(callsLike); beforeEach(() => { restore(); });