Skip to content

Commit 77bb71e

Browse files
committed
fix: Broken coverage
1 parent c245e0d commit 77bb71e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/course-outline/card-header/CardHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ const CardHeader = ({
185185
// Avoid passing propagation to the `SortableItem` in the card,
186186
// which executes a `preventDefault`. If propagation is not prevented,
187187
// spaces cannot be added to names.
188+
/* istanbul ignore next */
188189
e.stopPropagation();
189190
}
190191
}}

0 commit comments

Comments
 (0)