From eb36db44bb561e1916add147f1fc7b24d2ded95f Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 17 Jun 2021 23:36:46 +0200 Subject: [PATCH] Fixed schemas import in tests --- spec/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", () => {