mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix eslint warnigs for core project (#7506)
This commit is contained in:
@@ -55,7 +55,7 @@ describe('LoginDialogPanelComponent', () => {
|
||||
fixture.destroy();
|
||||
});
|
||||
|
||||
function loginWithCredentials(username: string, password: string) {
|
||||
const loginWithCredentials = (username: string, password: string) => {
|
||||
usernameInput.value = username;
|
||||
passwordInput.value = password;
|
||||
|
||||
@@ -65,7 +65,7 @@ describe('LoginDialogPanelComponent', () => {
|
||||
|
||||
component.submitForm();
|
||||
fixture.detectChanges();
|
||||
}
|
||||
};
|
||||
|
||||
it('should be created', () => {
|
||||
expect(element.querySelector('#adf-login-form')).not.toBeNull();
|
||||
|
Reference in New Issue
Block a user