Skip to content

Commit

Permalink
updated assertobjectsequal.js name to proper spelling and updated ind…
Browse files Browse the repository at this point in the history
…ex to reflect
  • Loading branch information
hopeforbuddha committed Jun 1, 2021
1 parent cf53142 commit 6938d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const letterPositions = require("./letterPositions")
const findKeyByValue = require("./findKeyByValue")
const eqObjects = require("./eqObjects")
const assertArrayEqual = require("./assertArrayEqual")
//const assertObjectsEqual = require("./assertObjectsEqual")
const assertObjectsEqual = require("./assertObjectsEqual")

module.exports = {
head,
Expand All @@ -26,5 +26,6 @@ module.exports = {
letterPositions,
findKeyByValue,
eqObjects,
assertArrayEqual,
assertArrayEqual
};

0 comments on commit 6938d54

Please sign in to comment.