UNPKG

warriorjs-engine

Version:
10 lines (7 loc) 149 B
import sinon from 'sinon'; beforeEach(function () { this.sinon = sinon.sandbox.create(); }); afterEach(function () { this.sinon.restore(); });