Skip to content

Commit 40ac928

Browse files
author
Your Name
committed
Angular Testing Course
1 parent 1636ccf commit 40ac928

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/app/courses/courses-card-list/courses-card-list.component.spec.ts

-7
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ describe('CoursesCardListComponent', () => {
3636

3737
});
3838

39-
4039
it('should display the course list', () => {
4140

4241
component.courses = setupCourses();
@@ -50,10 +49,6 @@ describe('CoursesCardListComponent', () => {
5049

5150
});
5251

53-
54-
55-
56-
5752
it('should display the first course', () => {
5853

5954
component.courses = setupCourses();
@@ -72,10 +67,8 @@ describe('CoursesCardListComponent', () => {
7267

7368
expect(image.nativeElement.src).toBe(course.iconUrl);
7469

75-
7670
});
7771

78-
7972
});
8073

8174

0 commit comments

Comments
 (0)