refactor(core): ts’ify tests
This commit is contained in:
@ -114,5 +114,5 @@ export class DomAdapter {
|
||||
getHistory() { throw _abstract(); }
|
||||
getLocation() { throw _abstract(); }
|
||||
getBaseHref() { throw _abstract(); }
|
||||
getUserAgent() { throw _abstract(); }
|
||||
getUserAgent(): string { throw _abstract(); }
|
||||
}
|
||||
|
Reference in New Issue
Block a user