mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix types
This commit is contained in:
@@ -75,7 +75,7 @@ describe('IdentityUserService', () => {
|
||||
beforeEach(() => {
|
||||
const store = {};
|
||||
|
||||
spyOn(localStorage, 'getItem').and.callFake( (key: string): String => {
|
||||
spyOn(localStorage, 'getItem').and.callFake( (key: string): string => {
|
||||
return store[key] || null;
|
||||
});
|
||||
spyOn(localStorage, 'setItem').and.callFake((key: string, value: string): string => {
|
||||
|
Reference in New Issue
Block a user