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.
2 parents f7cea06 + 9a2b345 commit 8853e8eCopy full SHA for 8853e8e
files/tests/test-helper.__ext__
@@ -12,7 +12,7 @@ class Router extends EmberRouter {
12
13
class TestApp extends EmberApp {
14
modules = {
15
- './router': { default: Router },
+ './router': Router,
16
// add any custom services here
17
// import.meta.glob('./services/*', { eager: true }),
18
};
0 commit comments