mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
linting fixes
This commit is contained in:
committed by
Sheena Malhotra
parent
b4a7eb72df
commit
f85e1c2b04
@@ -17,7 +17,7 @@
|
||||
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { AppTestingModule } from '../../testing/app-testing.module';
|
||||
import { HeaderActionsComponent } from './header-actions.component'
|
||||
import { HeaderActionsComponent } from './header-actions.component';
|
||||
import { ContentActionType } from '@alfresco/adf-extensions';
|
||||
import { AppExtensionService } from '@alfresco/aca-shared';
|
||||
import { of } from 'rxjs';
|
||||
@@ -28,7 +28,6 @@ import { AppHeaderActionsModule } from './header-actions.module';
|
||||
describe('HeaderActionsComponent', () => {
|
||||
let component: HeaderActionsComponent;
|
||||
let fixture: ComponentFixture<HeaderActionsComponent>;
|
||||
|
||||
let extensionService: AppExtensionService;
|
||||
let getCreateActionsSpy: jasmine.Spy;
|
||||
let getUploadActionsSpy: jasmine.Spy;
|
||||
@@ -115,7 +114,7 @@ describe('HeaderActionsComponent', () => {
|
||||
button.click();
|
||||
}
|
||||
|
||||
it('should render menu items when create menu is opened' , async () => {
|
||||
it('should render menu items when create menu is opened', async () => {
|
||||
spyOn(component, 'isPersonalFilesRoute').and.returnValue(true);
|
||||
await clickCreateMenu();
|
||||
|
||||
|
Reference in New Issue
Block a user