Changed jasmine settings and added tsconfig for specs

This commit is contained in:
Alexander Cerutti
2021-02-07 20:26:32 +01:00
parent 84d35ec4c2
commit 1e64046069
5 changed files with 15 additions and 4 deletions

View File

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