Skip to content

Commit

Permalink
Use orderByFirstCall from @sinonjs/commons
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Oct 28, 2018
1 parent eafa6f8 commit 07e4994
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion lib/sinon/assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var arrayProto = require("@sinonjs/commons").prototypes.array;
var calledInOrder = require("@sinonjs/commons").calledInOrder;
var orderByFirstCall = require("./util/core/order-by-first-call");
var orderByFirstCall = require("@sinonjs/commons").orderByFirstCall;
var timesInWords = require("./util/core/times-in-words");
var format = require("./util/core/format");
var sinonMatch = require("./match");
Expand Down
15 changes: 0 additions & 15 deletions lib/sinon/util/core/order-by-first-call.js

This file was deleted.

0 comments on commit 07e4994

Please sign in to comment.