diff --git a/types/assertions.d.cts b/types/assertions.d.cts index 5823ce4f9..316379f7c 100644 --- a/types/assertions.d.cts +++ b/types/assertions.d.cts @@ -123,6 +123,9 @@ export type Assertions = { * indicating whether the assertion passed. */ truthy: TruthyAssertion; + + /** Assert that all values in `actual` are in `expected`, returning a boolean indicating whether the assertion passed. */ + unorderedEqual: UnorderedEqualAssertion; }; export type AssertAssertion = {