From ca215c3af53eece80d9e2924ec1ce0751c8619e5 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Mon, 20 Feb 2023 15:42:48 -0500 Subject: [PATCH] Fix formatting --- src/layouts/service-location/service-location.spec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layouts/service-location/service-location.spec.js b/src/layouts/service-location/service-location.spec.js index 4dec285bd..a1f44936b 100644 --- a/src/layouts/service-location/service-location.spec.js +++ b/src/layouts/service-location/service-location.spec.js @@ -31,8 +31,8 @@ jest.mock("@/store", () => ({ laborAmount: 0, partNumber: "SUPPLIES-REPAIR", partType: "REPAIR FEE", - sellingPrice: 7.99 - } + sellingPrice: 7.99, + }, ], }, order: { @@ -56,8 +56,8 @@ beforeEach(() => { laborAmount: 0, partNumber: "SUPPLIES-REPAIR", partType: "REPAIR FEE", - sellingPrice: 7.99 - } + sellingPrice: 7.99, + }, ], }, order: {