Skip to content

Commit 99f45f7

Browse files
author
Your Name
committed
Angular Testing Course
1 parent 40ac928 commit 99f45f7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/app/courses/home/home.component.spec.ts.TODO renamed to src/app/courses/home/home.component.spec.ts

-8
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ describe('HomeComponent', () => {
2727

2828
}));
2929

30-
31-
beforeEach(() => {
32-
fixture = TestBed.createComponent(HomeComponent);
33-
component = fixture.componentInstance;
34-
el = fixture.debugElement;
35-
});
36-
37-
3830
it("should create the component", () => {
3931

4032
expect(component).toBeTruthy();

0 commit comments

Comments
 (0)