mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-07 18:25:09 +00:00
fix error AppTitle service test log
This commit is contained in:
parent
fa2613f096
commit
44ad5fcfa0
@ -52,7 +52,9 @@ class TestConfig {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
get: () => this.setup.applicationName,
|
get: () => this.setup.applicationName,
|
||||||
load: () => {}
|
load: () => {
|
||||||
|
return Promise.resolve();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user