We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcdcf6 commit d977fd6Copy full SHA for d977fd6
doc/api/assert.md
@@ -2551,8 +2551,7 @@ added: REPLACEME
2551
2552
Evaluates the equivalence between the `actual` and `expected` parameters by
2553
performing a deep comparison. This function ensures that all properties defined
2554
-in the `expected` parameter exactly match those in the `actual` parameter in
2555
-both value and type, without allowing type coercion.
+in the `expected` parameter loosely match those in the `actual` parameter in value, allowing type coercion.
2556
2557
```mjs
2558
import assert from 'node:assert';
0 commit comments