Skip to content

Commit

Permalink
Angular Testing Course
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 2, 2019
1 parent 40ac928 commit 99f45f7
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ describe('HomeComponent', () => {

}));


beforeEach(() => {
fixture = TestBed.createComponent(HomeComponent);
component = fixture.componentInstance;
el = fixture.debugElement;
});


it("should create the component", () => {

expect(component).toBeTruthy();
Expand Down

0 comments on commit 99f45f7

Please sign in to comment.