mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Fixed schemas import in tests
This commit is contained in:
@@ -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", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user