Skip to content

Commit 78770e2

Browse files
committed
fix(test): scheduler has been moved
Related to aurelia/aurelia#831
1 parent 7993283 commit 78770e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/test__if_not_no-unit-tests/setup.ext

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ import {
55
import {
66
JitHtmlBrowserConfiguration
77
} from '@aurelia/jit-html-browser';
8-
import {
9-
BrowserScheduler
10-
} from '@aurelia/runtime-html-browser';
118
import {
129
Reporter,
1310
LogLevel,
@@ -19,7 +16,6 @@ function createBrowserTestContext()/* @if typescript */: HTMLTestContext/* @endi
1916
return HTMLTestContext.create(
2017
JitHtmlBrowserConfiguration,
2118
window,
22-
BrowserScheduler,
2319
UIEvent,
2420
Event,
2521
CustomEvent,

0 commit comments

Comments
 (0)