Uh oh!
There was an error while loading. Please reload this page.
test: replace toEqual with toStrictEqual in all test files - #1333
Closed
starfish719 wants to merge 3 commits into
Closed
test: replace toEqual with toStrictEqual in all test files#1333starfish719 wants to merge 3 commits into
starfish719 wants to merge 3 commits into
Conversation
|
commit: |
starfish719force-pushed
the
test/replace-toEqual-with-toStrictEqual
branch
2 times, most recently
from
January 11, 2026 00:38
45d5468 to
330fdc1Comparestarfish719
commented
Jan 13, 2026
ContributorAuthor
@KKonstantinov ping |
starfish719force-pushed
the
test/replace-toEqual-with-toStrictEqual
branch
from
January 13, 2026 23:10
330fdc1 to
b4e5ae1CompareReplace all instances of .toEqual() with .toStrictEqual() across 31 test files (361 occurrences total) to ensure stricter equality checking. This follows up on the previous change to in-memory tests and extends the improvement to the entire test suite. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Apply toStrictEqual changes to additional test files that were modified. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Continue migration from toEqual to toStrictEqual in test files for stricter equality checks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
starfish719force-pushed
the
test/replace-toEqual-with-toStrictEqual
branch
from
January 14, 2026 01:16
b4e5ae1 to
79f9472Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
toEqualwithtoStrictEqualfor more precise type checking in InMemoryTransport test assertionsHow Has This Been Tested?
Breaking Changes
Types of changes
Checklist
Additional context