Skip to content

Commit 40b9f48

Browse files
committed
Angular Testing Course
1 parent db3917d commit 40b9f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {setupCourses} from '../common/setup-test-data';
1111

1212

1313

14-
describe('CoursesCardListComponent', async () => {
14+
describe('CoursesCardListComponent', () => {
1515

1616
let fixture: ComponentFixture<CoursesCardListComponent>;
1717
let component:CoursesCardListComponent;

0 commit comments

Comments
 (0)