mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
#46 Fixed unit test
This commit is contained in:
@@ -35,6 +35,10 @@ export class TranslationMock {
|
||||
console.log('mock');
|
||||
}
|
||||
|
||||
addComponent() {
|
||||
|
||||
}
|
||||
|
||||
public get(key: string|Array<string>, interpolateParams?: Object): Observable<string|any> {
|
||||
if (!key) {
|
||||
throw new Error('Parameter "key" required');
|
||||
|
Reference in New Issue
Block a user