Skip to content

Commit

Permalink
fix(types): add unorderedEqual to Assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Aug 15, 2023
1 parent 4fc75ca commit a39dab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/assertions.d.cts
Expand Up @@ -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 = {
Expand Down

0 comments on commit a39dab0

Please sign in to comment.