REFACTOR: Migrate screenTrack to a service

This commit is contained in:
Robin Ward
2020-08-14 12:42:05 -04:00
parent 86aa5d5e48
commit f52927cd33
7 changed files with 15 additions and 10 deletions

View File

@ -14,6 +14,7 @@ moduleFor("controller:topic", "controller:topic", {
"service:document-title"
],
beforeEach() {
this.registry.register("service:screen-track", {}, { instantiate: false });
this.registry.injection("controller", "appEvents", "service:app-events");
}
});