Prettier autoformat

This commit is contained in:
Alexander Cerutti
2023-08-09 22:03:31 +02:00
parent f81cae181b
commit 91a4a2712c

View File

@@ -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", () => {