You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/03-assertions.md
+4
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,10 @@ Assert that `actual` is deeply equal to `expected`. See [Concordance](https://gi
137
137
138
138
Assert that `actual` is not deeply equal to `expected`. The inverse of `.deepEqual()`. Returns a boolean indicating whether the assertion passed.
139
139
140
+
### `.unorderedEqual(actual, expected, message?)`
141
+
142
+
Assert that all values in `actual` are in `expected`, returning a boolean indicating whether the assertion passed.
143
+
140
144
### `.like(actual, selector, message?)`
141
145
142
146
Assert that `actual` is like `selector`. This is a variant of `.deepEqual()`, however `selector` does not need to have the same enumerable properties as `actual` does.
0 commit comments