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.
1 parent 5f7dbe2 commit 57caea3Copy full SHA for 57caea3
1 file changed
test-types/index.ts
@@ -17,7 +17,7 @@ expectTypeOf(instance).toMatchTypeOf<Helper<any>>();
17
expectTypeOf<ReturnType<typeof instance['compute']>>().toBeString(/* an empty string, but still a string */);
18
19
/************************
20
- * The Service
+ * The Service - public API
21
************************/
22
import PageTitleService from 'ember-page-title/services/page-title';
23
import type Service from '@ember/service';
0 commit comments