Skip to content
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

Add toReferentiallyEqual validator performing referential equality #94

Merged
merged 6 commits into from
Dec 10, 2020

Conversation

krzkaczor
Copy link
Contributor

@krzkaczor krzkaczor commented Dec 6, 2020

Closes: #87

TODO:

  • impl
  • rename to toReferentiallyEqual
  • docs
  • changeset

@changeset-bot
Copy link

changeset-bot bot commented Dec 6, 2020

🦋 Changeset detected

Latest commit: 4b648a6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
earljs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

packages/earljs/src/Expectation.ts Outdated Show resolved Hide resolved
packages/earljs/src/validators/toBe.ts Outdated Show resolved Hide resolved
@krzkaczor krzkaczor changed the title Add toBe validator performing strict equality Add toStrictEqual validator performing referential equality Dec 10, 2020
@krzkaczor krzkaczor changed the title Add toStrictEqual validator performing referential equality Add toReferentiallyEqual validator performing referential equality Dec 10, 2020
@krzkaczor krzkaczor merged commit 69c6af3 into master Dec 10, 2020
@krzkaczor krzkaczor deleted the kk/shallow-eq branch December 10, 2020 19:54
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.

Add a way to do shallow equal
2 participants