From b387c15058ad773f2b9cb4f8745af5fb8c12972c Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 17 Oct 2023 08:41:33 -0400 Subject: [PATCH] Prettified *again* --- src/layouts/service-location/shop-question/shop-question.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/service-location/shop-question/shop-question.spec.js b/src/layouts/service-location/shop-question/shop-question.spec.js index 758aa759f..82e48d470 100644 --- a/src/layouts/service-location/shop-question/shop-question.spec.js +++ b/src/layouts/service-location/shop-question/shop-question.spec.js @@ -552,7 +552,6 @@ describe("shop-question.vue", () => { // Assert expect(wrapper.vm.answers.length).toEqual(3); }); - }); function setupMocks({ mountOptions, mixins, props, isShallowMount = true }) {