Skip to content

Commit e039fed

Browse files
committed
chore: fix lint
1 parent 92b1d5c commit e039fed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/rules/prefer-strict-equal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Suggest using `toStrictEqual()` (prefer-strict-equal)
22

33
`toStrictEqual` not only checks that two objects contain the same data but also
4-
that they have the same structure. It is common to expect objects to not only have identical values but also to have identical keys. A stricter equality will catch cases where two objects do not have identical keys.
4+
that they have the same structure. It is common to expect objects to not only
5+
have identical values but also to have identical keys. A stricter equality will
6+
catch cases where two objects do not have identical keys.
57

68
## Rule details
79

0 commit comments

Comments
 (0)