summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/tests/Reader.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tests/Reader.test.ts')
-rw-r--r--frontend/tests/Reader.test.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/tests/Reader.test.ts b/frontend/tests/Reader.test.ts
index e12d69b..a4928af 100644
--- a/frontend/tests/Reader.test.ts
+++ b/frontend/tests/Reader.test.ts
@@ -1,5 +1,6 @@
import { Layout, type PageFragment } from '$gql/graphql';
-import { partition, type Chunk } from '$lib/Reader';
+import { partition, type Chunk } from '$lib/reader/Reader.svelte';
+
import { expect, test } from 'vitest';
const normalAttrs = { aspectRatio: 0.7, width: 140, height: 200 };