fixed test files + added clean for environment.ts + fixed set-env script bug

This commit is contained in:
lotte
2020-03-31 13:50:12 +02:00
parent 6b6068ffb8
commit 69ba0865a8
15 changed files with 54 additions and 38 deletions

View File

@@ -8,10 +8,10 @@ import { TranslateModule } from '@ngx-translate/core';
import { LogInContainerComponent } from './log-in-container.component';
import { authReducer } from '../../../core/auth/auth.reducer';
import { SharedModule } from '../../shared.module';
import { createTestComponent } from '../../testing/utils';
import { AuthService } from '../../../core/auth/auth.service';
import { AuthMethod } from '../../../core/auth/models/auth.method';
import { AuthServiceStub } from '../../testing/auth-service-stub';
import { AuthServiceStub } from '../../testing/auth-service.stub';
import { createTestComponent } from '../../testing/utils.test';
describe('LogInContainerComponent', () => {