Skip to content

Commit

Permalink
feat: switch deepEqual function from not-so-shallow to lodash.isequal
Browse files Browse the repository at this point in the history
`not-so-shallow` is deprecated
  • Loading branch information
gurpreetatwal committed Oct 9, 2020
1 parent 64aa589 commit 96b2c76
Show file tree
Hide file tree
Showing 4 changed files with 983 additions and 789 deletions.
2 changes: 1 addition & 1 deletion lib/assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const {AssertionError} = require('assert');
const isPromise = require('is-promise');
const deepEqual = require('not-so-shallow');
const deepEqual = require('lodash.isequal');

const AvaAssertionError = require('./assertion-error');
const {
Expand Down
Loading

0 comments on commit 96b2c76

Please sign in to comment.