Skip to content

Commit a95b16b

Browse files
committed
Looser TS in tests
1 parent 2fbebd1 commit a95b16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-apps/base-tests/tests/unit/wait-for-fetch-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module('waitForFetch', function () {
6464

6565
expectWaiters(assert, 0);
6666

67-
const responsePromise = response[scenario.method]();
67+
const responsePromise = (response as any)[scenario.method]();
6868
expectWaiters(assert, 1);
6969

7070
const verify = await responsePromise;

0 commit comments

Comments
 (0)