-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
assert.deepEqual is broken? #5907
Copy link
Copy link
Closed
Labels
assertIssues and PRs related to the assert subsystem.Issues and PRs related to the assert subsystem.confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.
Description
Activity
Metadata
Metadata
Assignees
Labels
assertIssues and PRs related to the assert subsystem.Issues and PRs related to the assert subsystem.confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.
Problem:
Does not throw an exception, when comparing two Float32Array which have the small different values.
This works as expected.