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