Fix tests

This commit is contained in:
tech234a
2025-01-13 00:57:12 -05:00
parent 138e57b720
commit f4dc98112a

View File

@@ -1,3 +1,7 @@
/**
* @jest-environment jsdom
*/
import PreviewBar, { PreviewBarSegment } from "../src/js-components/previewBar";
describe("createChapterRenderGroups", () => {