mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2025-12-28 05:03:15 +09:00
renamed some folders
This commit is contained in:
@@ -7,8 +7,8 @@ import {
|
||||
AuthService,
|
||||
UserService,
|
||||
ConfigService
|
||||
} from '../services';
|
||||
import { MockApiService } from '../services/mocks';
|
||||
} from '../../services';
|
||||
import { MockApiService } from '../../services/mocks';
|
||||
|
||||
import { ChangePasswordComponent } from './change-password.component';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { LoginComponent } from './login.component';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
import { MockApiService } from '../services/mocks/api.service.mock';
|
||||
import { MockApiService } from '../../services/mocks/api.service.mock';
|
||||
import { ReactiveFormsModule } from '@angular/forms';
|
||||
|
||||
import {
|
||||
@@ -10,7 +10,7 @@ import {
|
||||
AuthService,
|
||||
UserService,
|
||||
ConfigService
|
||||
} from '../services';
|
||||
} from '../../services';
|
||||
|
||||
describe('LoginComponent', () => {
|
||||
let component: LoginComponent;
|
||||
|
||||
Reference in New Issue
Block a user