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 2fbebd1 commit a95b16bCopy full SHA for a95b16b
test-apps/base-tests/tests/unit/wait-for-fetch-test.ts
@@ -64,7 +64,7 @@ module('waitForFetch', function () {
64
65
expectWaiters(assert, 0);
66
67
- const responsePromise = response[scenario.method]();
+ const responsePromise = (response as any)[scenario.method]();
68
expectWaiters(assert, 1);
69
70
const verify = await responsePromise;
0 commit comments