Thanks to visit codestin.com Credit goes to github.com
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 dca5ac1 commit 5eb9402Copy full SHA for 5eb9402
doc/api/assert.md
@@ -690,7 +690,7 @@ are recursively evaluated also by the following rules.
690
import assert from 'assert/strict';
691
692
// This fails because 1 !== '1'.
693
-deepStrictEqual({ a: 1 }, { a: '1' });
+assert.deepStrictEqual({ a: 1 }, { a: '1' });
694
// AssertionError: Expected inputs to be strictly deep-equal:
695
// + actual - expected
696
//
0 commit comments