mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Prettier autoformat
This commit is contained in:
@@ -812,7 +812,9 @@ describe("PKPass", () => {
|
|||||||
|
|
||||||
const passjsonGenerated = getGeneratedPassJson(pkpass);
|
const passjsonGenerated = getGeneratedPassJson(pkpass);
|
||||||
|
|
||||||
expect(passjsonGenerated.relevantDate).toBe("2023-04-10T14:15:00.000Z");
|
expect(passjsonGenerated.relevantDate).toBe(
|
||||||
|
"2023-04-10T14:15:00.000Z",
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should reset relevant date", () => {
|
it("should reset relevant date", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user