mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-04-29 00:30:11 +00:00
Adjusting some frontend tests
This commit is contained in:
@@ -58,6 +58,11 @@ class MockApiService extends AbstractMockObservableService {
|
||||
this.content = [vendor];
|
||||
return this;
|
||||
}
|
||||
|
||||
getSessionInfoFromLocalStorage(): any {
|
||||
this.content = [];
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
describe('ProductDetailsComponent', () => {
|
||||
|
||||
Reference in New Issue
Block a user