diff --git a/spec/utils.ts b/spec/utils.ts index 3343d08..e792ff5 100644 --- a/spec/utils.ts +++ b/spec/utils.ts @@ -1,5 +1,5 @@ import { splitBufferBundle } from "../lib/utils"; -import type { BundleUnit } from "../lib/schema"; +import type { BundleUnit } from "../lib/schemas"; describe("splitBufferBundle", () => { it("should split the bundle in language-organized files buffers and normal files with valid bundleUnit passed", () => {