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.
types
unorderedEqual
Assertions
1 parent 4fc75ca commit a39dab0Copy full SHA for a39dab0
types/assertions.d.cts
@@ -123,6 +123,9 @@ export type Assertions = {
123
* indicating whether the assertion passed.
124
*/
125
truthy: TruthyAssertion;
126
+
127
+ /** Assert that all values in `actual` are in `expected`, returning a boolean indicating whether the assertion passed. */
128
+ unorderedEqual: UnorderedEqualAssertion;
129
};
130
131
export type AssertAssertion = {
0 commit comments