-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(assertions): implement lengthOf/sizeOf assertions #228
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
base: main
Are you sure you want to change the base?
Conversation
- Add lengthFunc() for checking array/string length and Map/Set size - Add lengthOf, notLengthOf, sizeOf, notSizeOf to assert API - Wire up Chai shim lengthOf implementation docs(copyright): standardize copyright headers and document guidelines - Add copyright header guidelines to copilot-instructions.md - Correct copyright years on 2026 files: - New assertion functions (exists, instanceOf, length, nested, typeOf, etc.) → 2026 - Corrected interfaces and implementations → 2024-2026 - Add missing copyright headers to 3 previous files
|
@copilot review |
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
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.
Pull request overview
Copilot reviewed 28 out of 28 changed files in this pull request and generated 3 comments.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull request overview
Copilot reviewed 28 out of 28 changed files in this pull request and generated 1 comment.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
docs(copyright): standardize copyright headers and document guidelines