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.
1 parent 1b712e2 commit 0404840Copy full SHA for 0404840
build/types/mock.d.ts
@@ -21,5 +21,5 @@ export interface Response {
21
[key: string]: string;
22
};
23
body: string;
24
- filepath?: string;
+ filePath?: string;
25
}
src/types/mock.ts
@@ -24,6 +24,6 @@ export interface Response {
statusCode: number // TODO: Change this to list of acceptable status codes
headers: {[key: string]: string}
26
body: string
27
- filepath?: string,
+ filePath?: string,
28
// rules: []
29
0 commit comments