Skip to content

Commit 0404840

Browse files
committed
added filePath in Mock Response
1 parent 1b712e2 commit 0404840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/types/mock.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ export interface Response {
2121
[key: string]: string;
2222
};
2323
body: string;
24-
filepath?: string;
24+
filePath?: string;
2525
}

src/types/mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ export interface Response {
2424
statusCode: number // TODO: Change this to list of acceptable status codes
2525
headers: {[key: string]: string}
2626
body: string
27-
filepath?: string,
27+
filePath?: string,
2828
// rules: []
2929
}

0 commit comments

Comments
 (0)