mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Fixed FieldsArray spec
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { PKPass } from "../lib";
|
import { PKPass } from "../lib";
|
||||||
import FieldsArray from "../lib/FieldsArray";
|
import FieldsArray from "../lib/FieldsArray";
|
||||||
import * as Messages from "../lib/messages";
|
import * as Messages from "../lib/messages";
|
||||||
|
import * as Schemas from "../lib/schemas";
|
||||||
|
|
||||||
describe("FieldsArray", () => {
|
describe("FieldsArray", () => {
|
||||||
let fa: FieldsArray;
|
let fa: FieldsArray;
|
||||||
@@ -17,6 +18,7 @@ describe("FieldsArray", () => {
|
|||||||
},
|
},
|
||||||
} as PKPass /** Fake pass. This is okay for testing */,
|
} as PKPass /** Fake pass. This is okay for testing */,
|
||||||
pool,
|
pool,
|
||||||
|
Schemas.Field,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user