Skip to content

Commit fe69440

Browse files
author
Your Name
committed
Angular Testing Course
1 parent c8ac5bf commit fe69440

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/courses/common/test-utils.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export const ButtonClickEvents = {
66
};
77

88

9-
export function click(el: DebugElement | HTMLElement, eventObj: any = ButtonClickEvents.left): void {
9+
export function click(el: DebugElement | HTMLElement,
10+
eventObj: any = ButtonClickEvents.left): void {
11+
1012
if (el instanceof HTMLElement) {
1113
el.click();
1214
} else {

0 commit comments

Comments
 (0)