Skip to content

Commit 9a2b345

Browse files
committed
Update router assignment
1 parent f7cea06 commit 9a2b345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/tests/test-helper.__ext__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Router extends EmberRouter {
1212

1313
class TestApp extends EmberApp {
1414
modules = {
15-
'./router': { default: Router },
15+
'./router': Router,
1616
// add any custom services here
1717
// import.meta.glob('./services/*', { eager: true }),
1818
};

0 commit comments

Comments
 (0)