Skip to content

Comments

test: migrate from toBeTrue and toBeFalse to toBe#1567

Open
spliffone wants to merge 1 commit intomainfrom
test/use-tobe
Open

test: migrate from toBeTrue and toBeFalse to toBe#1567
spliffone wants to merge 1 commit intomainfrom
test/use-tobe

Conversation

@spliffone
Copy link
Member

@spliffone spliffone commented Feb 24, 2026

see #1071

Describe in detail what your merge request does and why. Add relevant
screenshots and reference related issues via Closes #XY or Related to #XY.


Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request migrates Jasmine assertions from toBeTrue() and toBeFalse() to toBe(true) and toBe(false) respectively across numerous test files. This is a good refactoring for consistency and clarity in the test suite. The changes are applied correctly throughout the codebase. I've added a couple of suggestions to make some assertions even more idiomatic, but overall this is a solid improvement.

@github-actions
Copy link

@github-actions
Copy link

Code Coverage

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.

1 participant