Skip to content

Commit

Permalink
Merge 20f6f22 into 1ca9907
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Dec 26, 2019
2 parents 1ca9907 + 20f6f22 commit c0bd53e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"puppeteer": "^2.0.0",
"rsvp": "^4.8.2",
"serve": "*",
"sinon": "^7.0.0",
"sinon": "^8.0.1",
"unexpected": "^11.0.0-4",
"unexpected-documentation-site-generator": "^6.0.0",
"unexpected-markdown": "^4.0.0"
Expand Down
10 changes: 0 additions & 10 deletions test/monkeyPatchSinonStackFrames.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@
replace(name, sinon);
});

if (sinon.sandbox.create) {
var originalSandboxCreate = sinon.sandbox.create;
sinon.sandbox.create = function() {
var sandbox = originalSandboxCreate.apply(this, arguments);
replace('spy', sandbox);
replace('stub', sandbox);
return sandbox;
};
}

if (sinon.createSandbox) {
var originalCreateSandbox = sinon.createSandbox;
sinon.createSandbox = function() {
Expand Down

0 comments on commit c0bd53e

Please sign in to comment.