Skip to content

Commit

Permalink
Use calledInOrder from @sinonjs/commons
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Oct 28, 2018
1 parent 8e10a0f commit eafa6f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 99 deletions.
2 changes: 1 addition & 1 deletion lib/sinon/assert.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

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

This file was deleted.

66 changes: 0 additions & 66 deletions test/util/core/called-in-order-test.js

This file was deleted.

0 comments on commit eafa6f8

Please sign in to comment.