Skip to content

Commit

Permalink
Don't export checkWaiters
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Sep 4, 2024
1 parent 40492d5 commit 4d26c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/src/settled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// this type will be `any`.
import { _backburner } from '@ember/runloop';
import { Test } from 'ember-testing';
export const checkWaiters = Test.checkWaiters;
import { pendingRequests as _internalGetPendingRequestsCount } from 'ember-testing/lib/test/pending_requests';

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

let requests: XMLHttpRequest[];
const checkWaiters = Test.checkWaiters;

/**
@private
Expand Down

0 comments on commit 4d26c4d

Please sign in to comment.