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 f964f7e commit 1386b2dCopy full SHA for 1386b2d
packages/xhr-http-handler/src/xhr-http-handler.spec.ts
@@ -14,7 +14,7 @@ class XhrMock {
14
public static captures: any[] = [];
15
public static DONE = 4;
16
17
- private captureArgs =
+ protected captureArgs =
18
(caller: string) =>
19
(...args: any[]) => {
20
XhrMock.captures.push([caller, ...args]);
0 commit comments