maciejtreder/angular-universal-pwa

View on GitHub
application/src/app/lazy/lazy.component.spec.ts

Summary

Maintainability
B
5 hrs
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

describe('Lazy component -', () => {
let component: any;
let fixture: ComponentFixture<LazyComponent>;
 
beforeEach(() => {
Severity: Major
Found in application/src/app/lazy/lazy.component.spec.ts and 1 other location - About 5 hrs to fix
application/src/app/home/home.component.spec.ts on lines 4..21
Category
Status