File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
2525export interface FailMatcherClause {
2626 /**
Original file line number Diff line number Diff 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 */
2525export interface PassMatcherClause {
2626 /**
You can’t perform that action at this time.
0 commit comments