|
|
@ -1,8 +1,8 @@
|
|
|
|
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
|
|
import {ComponentFixture, TestBed} from "@angular/core/testing";
|
|
|
|
|
|
|
|
|
|
|
|
import { RepositoryOverviewComponent } from './repository-overview.component';
|
|
|
|
import {RepositoryOverviewComponent} from "./repository-overview.component";
|
|
|
|
|
|
|
|
|
|
|
|
describe('RepositoryOverviewComponent', () => {
|
|
|
|
describe("RepositoryOverviewComponent", () => {
|
|
|
|
let component: RepositoryOverviewComponent;
|
|
|
|
let component: RepositoryOverviewComponent;
|
|
|
|
let fixture: ComponentFixture<RepositoryOverviewComponent>;
|
|
|
|
let fixture: ComponentFixture<RepositoryOverviewComponent>;
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ describe('RepositoryOverviewComponent', () => {
|
|
|
|
fixture.detectChanges();
|
|
|
|
fixture.detectChanges();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
it('should create', () => {
|
|
|
|
it("should create", () => {
|
|
|
|
expect(component).toBeTruthy();
|
|
|
|
expect(component).toBeTruthy();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|