mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2025-12-27 20:53:17 +09:00
#12 fixed test
This commit is contained in:
@@ -2,21 +2,12 @@ import { TestBed, async } from '@angular/core/testing';
|
||||
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
import { AppComponent } from './app.component';
|
||||
import { ManagerComponent } from './views/manager';
|
||||
import { LoginComponent } from './views/login';
|
||||
import { MockApiService } from './services/mocks/api.service.mock';
|
||||
|
||||
import { LoginGuard } from './guards';
|
||||
import { NotFoundComponent } from './views/not-found';
|
||||
import {
|
||||
FooterComponent,
|
||||
GithubComponent,
|
||||
} from './components';
|
||||
import { FooterComponent} from './components';
|
||||
|
||||
import {
|
||||
MatToolbarModule,
|
||||
MatIconRegistry
|
||||
} from '@angular/material';
|
||||
import {MatIconRegistry} from '@angular/material/icon';
|
||||
import {MatToolbarModule} from '@angular/material/toolbar';
|
||||
|
||||
|
||||
import {
|
||||
@@ -26,8 +17,6 @@ import {
|
||||
ConfigService
|
||||
} from './services';
|
||||
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
|
||||
describe('AppComponent', () => {
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||
import {
|
||||
MatCardModule, MatInputModule, MatProgressSpinnerModule, MatProgressBarModule
|
||||
} from '@angular/material';
|
||||
|
||||
import { MatCardModule} from '@angular/material/card';
|
||||
import { MatInputModule} from '@angular/material/input';
|
||||
import {MatProgressSpinnerModule} from '@angular/material/progress-spinner';
|
||||
import { MatProgressBarModule } from '@angular/material/progress-bar';
|
||||
|
||||
import { SignupComponent } from './signup.component';
|
||||
import { ReactiveFormsModule } from '@angular/forms';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
|
||||
Reference in New Issue
Block a user