mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Prettier autoformat
This commit is contained in:
@@ -812,7 +812,9 @@ describe("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", () => {
|
||||
|
||||
Reference in New Issue
Block a user