fix(response): reset response size on endpoint change (#9)
* fix(response): reset response size on endpoint change * test(request): move test to the right directory
This commit is contained in:
@@ -101,6 +101,9 @@ export interface PendingRequest {
|
||||
|
||||
/** Request execution duration in milliseconds */
|
||||
durationInMs?: number;
|
||||
|
||||
/** Whether the request was executed at least once */
|
||||
wasExecuted?: boolean;
|
||||
}
|
||||
|
||||
export interface Request {
|
||||
|
||||
Reference in New Issue
Block a user