We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eed70e commit 6ae8a13Copy full SHA for 6ae8a13
src/testing/scenario/ScenarioClause.ts
@@ -13,7 +13,7 @@ export interface ScenarioClause {
13
*
14
* * a value of any type - when not a `Promise` or a function - that will be passed to `expect()`
15
16
- * * a `Promise` - that will be `await`ed to get the actual subject
+ * * a `Promise` - that will be `await`ed to get the `expect()` argument
17
18
* * a function - that will be called to retrieve one of the above types and then behave accordingly
19
0 commit comments