pull/9/head
Chris Veilleux 2018-10-22 21:51:57 -05:00
parent f566945d89
commit e95c529114
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { SkillSearchComponent } from './skill-toolbar.component';
describe('SkillSearchComponent', () => {
let component: SkillSearchComponent;
let fixture: ComponentFixture<SkillSearchComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ SkillSearchComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(SkillSearchComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});