From 9a2b345584358be1742ec114c78432d7f5489b46 Mon Sep 17 00:00:00 2001 From: Bert De Block Date: Mon, 10 Nov 2025 09:39:37 +0100 Subject: [PATCH] Update router assignment --- files/tests/test-helper.__ext__ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }), };