Skip to content

Commit 9a58db2

Browse files
committed
chore: ignore coverage fro set state line
1 parent bfa7426 commit 9a58db2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/course-unit/xblock-container-iframe

src/course-unit/xblock-container-iframe/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ const XBlockContainerIframe: FC<XBlockContainerIframeProps> = ({
186186

187187
const handleRefreshIframe = () => {
188188
// Updating iframeKey forces the iframe to re-render.
189+
/* istanbul ignore next */
189190
setIframeKey((prev) => prev + 1);
190191
};
191192

0 commit comments

Comments
 (0)