Skip to content

Commit 6bb1002

Browse files
authored
Merge pull request #853 from nteract/prepublish-fix
Update LinkedCharts.test.tsx
2 parents 2cd2d04 + 9f5305d commit 6bb1002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LinkedCharts.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ describe("LinkedCharts", () => {
284284
}
285285
})
286286
afterEach(() => {
287-
;(globalThis as any).ResizeObserver = originalRO
287+
(globalThis as any).ResizeObserver = originalRO
288288
})
289289

290290
const fireResize = (w: number, h = 30) => {

0 commit comments

Comments
 (0)