2 * Copyright 2003-present Greg Hurrell. All rights reserved.
3 * Licensed under the terms of the MIT license.
8 import sinon from 'sinon';
12 beforeEach(function() {
13 sandbox = sinon.sandbox.create();
16 afterEach(function() {
22 sandbox.stub(...arguments);