diff --git a/files/tests/test-helper.__ext__ b/files/tests/test-helper.__ext__ index 7ff84dd..ac6a374 100644 --- a/files/tests/test-helper.__ext__ +++ b/files/tests/test-helper.__ext__ @@ -12,7 +12,7 @@ class Router extends EmberRouter { class TestApp extends EmberApp { modules = { - './router': { default: Router }, + './router': Router, // add any custom services here // import.meta.glob('./services/*', { eager: true }), };