mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 21:25:13 +00:00
Remove unused test files
This commit is contained in:
committed by
Bokros Bálint
parent
bbe40e3d72
commit
8187f11068
@ -1,25 +0,0 @@
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { WebideComponent } from './webide.component';
|
||||
|
||||
describe('WebideComponent', () => {
|
||||
let component: WebideComponent;
|
||||
let fixture: ComponentFixture<WebideComponent>;
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ WebideComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(WebideComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user