Skip to content

Commit 2eed70e

Browse files
committed
Update docs
1 parent ef0cc74 commit 2eed70e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/testing/matcher/FailMatcherClause.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type { SubjectClause } from "../subject/index.js";
2020
*
2121
* @remarks
2222
*
23-
* You must **never** use `.not` in this scenario: use {@link SubjectClause.passes | ✅passes()} instead.
23+
* You must **never** use `.not` when calling the matcher in this scenario: use {@link SubjectClause.passes | ✅passes()} instead.
2424
*/
2525
export interface FailMatcherClause {
2626
/**

src/testing/matcher/PassMatcherClause.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { SubjectClause } from "../subject/index.js";
2020
*
2121
* @remarks
2222
*
23-
* You must **never** use `.not` in this scenario: use {@link SubjectClause.fails | ❌fails() } instead.
23+
* You must **never** use `.not` when calling the matcher in this scenario: use {@link SubjectClause.fails | ❌fails() } instead.
2424
*/
2525
export interface PassMatcherClause {
2626
/**

0 commit comments

Comments
 (0)