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 7993283 commit 78770e2Copy full SHA for 78770e2
common/test__if_not_no-unit-tests/setup.ext
@@ -5,9 +5,6 @@ import {
5
import {
6
JitHtmlBrowserConfiguration
7
} from '@aurelia/jit-html-browser';
8
-import {
9
- BrowserScheduler
10
-} from '@aurelia/runtime-html-browser';
11
12
Reporter,
13
LogLevel,
@@ -19,7 +16,6 @@ function createBrowserTestContext()/* @if typescript */: HTMLTestContext/* @endi
19
16
return HTMLTestContext.create(
20
17
JitHtmlBrowserConfiguration,
21
18
window,
22
- BrowserScheduler,
23
UIEvent,
24
Event,
25
CustomEvent,
0 commit comments