Skip to content

Commit

Permalink
Merge 528313f into 2f1bbc8
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Oct 28, 2018
2 parents 2f1bbc8 + 528313f commit 6062889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -2,6 +2,7 @@

module.exports = {
calledInOrder: require("./called-in-order"),
className: require("./class-name"),
every: require("./every"),
functionName: require("./function-name"),
orderByFirstCall: require("./order-by-first-call"),
Expand Down
1 change: 1 addition & 0 deletions lib/index.test.js
Expand Up @@ -6,6 +6,7 @@ var index = require("./index");
describe("package", function() {
var expectedExports = [
"calledInOrder",
"className",
"every",
"functionName",
"orderByFirstCall",
Expand Down

0 comments on commit 6062889

Please sign in to comment.