UNPKG

warriorjs-engine

Version:
11 lines (8 loc) 174 B
import 'babel-polyfill'; import sinon from 'sinon'; beforeEach(function () { this.sinon = sinon.sandbox.create(); }); afterEach(function () { this.sinon.restore(); });