From f4dc98112a8736872f21ec01c877a23cb0f9a60a Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:57:12 -0500 Subject: [PATCH] Fix tests --- test/previewBar.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/previewBar.test.ts b/test/previewBar.test.ts index 536b07d7..2cc999fd 100644 --- a/test/previewBar.test.ts +++ b/test/previewBar.test.ts @@ -1,3 +1,7 @@ +/** + * @jest-environment jsdom + */ + import PreviewBar, { PreviewBarSegment } from "../src/js-components/previewBar"; describe("createChapterRenderGroups", () => {