frontend-test-utils: update to attach subject to core.router
Co-authored-by: Camila Belo <camilaibs@gmail.com> Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com> Co-authored-by: Philipp Hugenroth <philipph@spotify.com> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ export class ExtensionTester {
|
||||
})),
|
||||
{
|
||||
[subject.extension.id]: {
|
||||
attachTo: { id: 'core', input: 'root' },
|
||||
attachTo: { id: 'core.router', input: 'children' },
|
||||
config: subject.config,
|
||||
disabled: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user