Page MenuHomec4science

copyright.component.spec.ts
No OneTemporary

File Metadata

Created
Mon, Sep 9, 22:52

copyright.component.spec.ts

import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { CopyrightComponent } from './copyright.component';
/*
describe('CopyrightComponent', () => {
let component: CopyrightComponent;
let fixture: ComponentFixture<CopyrightComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ CopyrightComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(CopyrightComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
*/

Event Timeline