We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40492d5 + 4d26c4d commit 0a1cb37Copy full SHA for 0a1cb37
addon/src/settled.ts
@@ -3,7 +3,6 @@
3
// this type will be `any`.
4
import { _backburner } from '@ember/runloop';
5
import { Test } from 'ember-testing';
6
-export const checkWaiters = Test.checkWaiters;
7
import { pendingRequests as _internalGetPendingRequestsCount } from 'ember-testing/lib/test/pending_requests';
8
9
import { nextTick } from './-utils.ts';
@@ -14,6 +13,7 @@ import type DebugInfo from './-internal/debug-info.ts';
14
13
import { TestDebugInfo } from './-internal/debug-info.ts';
15
16
let requests: XMLHttpRequest[];
+const checkWaiters = Test.checkWaiters;
17
18
/**
19
@private
0 commit comments