| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dca5ac1 commit 5eb9402
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -690,7 +690,7 @@ are recursively evaluated also by the following rules. | |||
| 690 | 690 | import assert from 'assert/strict'; | |
| 691 | 691 | ||
| 692 | 692 | // This fails because 1 !== '1'. | |
| 693 | - deepStrictEqual({ a: 1 }, { a: '1' }); | ||
| 693 | + assert.deepStrictEqual({ a: 1 }, { a: '1' }); | ||
| 694 | 694 | // AssertionError: Expected inputs to be strictly deep-equal: | |
| 695 | 695 | // + actual - expected | |
| 696 | 696 | // | |
| Back | FazBrowse Home | New Git URL |
0 commit comments