Skip to content

Switch to lodash.isEqual for deep quality check #1063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

vadimdemedes
Copy link
Contributor

Fixes #1055.

  • Switch to lodash.isEqual() for t.deepEqual().
  • Move tests from not-so-shallow to test/assert.js to ensure regression-free migration (no duplicates).

@@ -131,6 +131,7 @@
"last-line-stream": "^1.0.0",
"lodash.debounce": "^4.0.3",
"lodash.difference": "^4.3.0",
"lodash.isequal": "^4.4.0",
"loud-rejection": "^1.2.0",
"matcher": "^0.1.1",
"max-timeout": "^1.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You also need to remove the no-so-shallow dependency here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I thought I removed it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@sotojuan
Copy link
Contributor

sotojuan commented Oct 4, 2016

LGTM.

@sindresorhus sindresorhus merged commit 8856684 into master Oct 6, 2016
@sindresorhus sindresorhus deleted the switch-deep-equal branch October 6, 2016 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants