-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Include aliases toBeSameAs and toBe for toBeSame #109
Conversation
@@ -472,6 +471,28 @@ describe("[Unit] Assertion.test.ts", () => { | |||
}); | |||
}); | |||
|
|||
describe(".toBeSameAs", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the changes that matter in this file for this PR.
@@ -440,6 +444,48 @@ export class Assertion<T> { | |||
}); | |||
} | |||
|
|||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the changes that matter in this file for this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The relevant changes look great! Do you think we can revert the formatter changes, though? 🙂
Hi @JoseLion I reverted the code formatter changes. Let me know if looks better now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for your contribution @CristhianMotoche 🎉
🎉 This PR is included in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
Include
toBeSameAs
andtoBe
alias fortoBeSame
.NOTE: My code formatter modified some files. Let me know if it's okay to keep it that way, otherwise I can revert that to keep only the necessary changes.
Solves #108
As part of Stack Builders Inc. Hacktoberfest 2023 event.