We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeb135b + 9904eca commit 97a0614Copy full SHA for 97a0614
src/dsl/interaction.ts
@@ -22,7 +22,7 @@ export interface RequestOptions {
22
}
23
24
export interface ResponseOptions {
25
- status: number | MatcherResult
+ status: number
26
headers?: { [name: string]: string | MatcherResult }
27
body?: any
28
0 commit comments