Skip to content

Commit

Permalink
(synonym) added 'identical' to same to create symmetry to 'equivalent…
Browse files Browse the repository at this point in the history
…' synonym on equal
  • Loading branch information
troublete authored and isaacs committed Jan 21, 2019
1 parent fe466f5 commit 699b179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/synonyms.js
Expand Up @@ -27,7 +27,7 @@ module.exports = multiword({
// exactly the same. ===
equal: [
'equals', 'isEqual', 'is', 'strictEqual', 'strictEquals', 'strictIs',
'isStrict', 'isStrictly'
'isStrict', 'isStrictly', 'identical'
],

// not equal. !==
Expand Down

0 comments on commit 699b179

Please sign in to comment.