mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Changed jasmine settings and added tsconfig for specs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"spec_dir": "spec",
|
||||
"spec_files": [
|
||||
"**/index.js"
|
||||
"**/*.js"
|
||||
],
|
||||
"stopSpecOnExpectationFailure": false,
|
||||
"random": true
|
||||
|
||||
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user