Fixed schemas import in tests

This commit is contained in:
Alexander Cerutti
2021-06-17 23:36:46 +02:00
parent a442144ef1
commit eb36db44bb

View File

@@ -1,5 +1,5 @@
import { splitBufferBundle } from "../lib/utils"; import { splitBufferBundle } from "../lib/utils";
import type { BundleUnit } from "../lib/schema"; import type { BundleUnit } from "../lib/schemas";
describe("splitBufferBundle", () => { describe("splitBufferBundle", () => {
it("should split the bundle in language-organized files buffers and normal files with valid bundleUnit passed", () => { it("should split the bundle in language-organized files buffers and normal files with valid bundleUnit passed", () => {