Skip to content

Commit 6ae8a13

Browse files
committed
Update docs
1 parent 2eed70e commit 6ae8a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/scenario/ScenarioClause.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface ScenarioClause {
1313
*
1414
* * a value of any type - when not a `Promise` or a function - that will be passed to `expect()`
1515
*
16-
* * a `Promise` - that will be `await`ed to get the actual subject
16+
* * a `Promise` - that will be `await`ed to get the `expect()` argument
1717
*
1818
* * a function - that will be called to retrieve one of the above types and then behave accordingly
1919
*

0 commit comments

Comments
 (0)