Skip to content

Commit

Permalink
refactor: use deprecated functionality from commons
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Mar 6, 2019
1 parent 4a8f432 commit 9f7a980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sinon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var behavior = require("./sinon/behavior");
var createSandbox = require("./sinon/create-sandbox");
var deprecated = require("./sinon/util/core/deprecated");
var deprecated = require("@sinonjs/commons").deprecated;
var extend = require("./sinon/util/core/extend");
var fakeTimers = require("./sinon/util/fake-timers");
var format = require("./sinon/util/core/format");
Expand Down

0 comments on commit 9f7a980

Please sign in to comment.