Skip to content

Commit 0a1cb37

Browse files
Merge pull request #1503 from emberjs/NullVoxPopuli-patch-1
Don't export checkWaiters
2 parents 40492d5 + 4d26c4d commit 0a1cb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/src/settled.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// this type will be `any`.
44
import { _backburner } from '@ember/runloop';
55
import { Test } from 'ember-testing';
6-
export const checkWaiters = Test.checkWaiters;
76
import { pendingRequests as _internalGetPendingRequestsCount } from 'ember-testing/lib/test/pending_requests';
87

98
import { nextTick } from './-utils.ts';
@@ -14,6 +13,7 @@ import type DebugInfo from './-internal/debug-info.ts';
1413
import { TestDebugInfo } from './-internal/debug-info.ts';
1514

1615
let requests: XMLHttpRequest[];
16+
const checkWaiters = Test.checkWaiters;
1717

1818
/**
1919
@private

0 commit comments

Comments
 (0)