From adf99b305c83813db8ac3749baa4b855fa40dc48 Mon Sep 17 00:00:00 2001 From: clauspeterhuebner Date: Fri, 21 Mar 2025 01:34:11 +0100 Subject: [PATCH] linting --- frontend/src/components/Menu/Sidebar.spec.js | 1 - .../src/components/UserSettings/UserGMSLocationFormat.spec.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/Menu/Sidebar.spec.js b/frontend/src/components/Menu/Sidebar.spec.js index 27677c9cf..efe0e8cd4 100644 --- a/frontend/src/components/Menu/Sidebar.spec.js +++ b/frontend/src/components/Menu/Sidebar.spec.js @@ -111,7 +111,6 @@ describe('Sidebar', () => { it('has nav-item "navigation.info" in navbar', () => { expect(wrapper.findAll('.nav-item').at(4).text()).toContain('Info') }) - }) describe('the specific section', () => { diff --git a/frontend/src/components/UserSettings/UserGMSLocationFormat.spec.js b/frontend/src/components/UserSettings/UserGMSLocationFormat.spec.js index 9b1386e58..404919dae 100644 --- a/frontend/src/components/UserSettings/UserGMSLocationFormat.spec.js +++ b/frontend/src/components/UserSettings/UserGMSLocationFormat.spec.js @@ -70,7 +70,7 @@ describe('UserGMSLocationFormat', () => { await dropdownItem.trigger('click') expect(mockMutate).toHaveBeenCalledWith({ - gmsPublishLocation: 'GMS_LOCATION_TYPE_APPROXIMATE' + gmsPublishLocation: 'GMS_LOCATION_TYPE_APPROXIMATE', }) expect(mockToastSuccess).toHaveBeenCalledWith('settings.GMS.publish-location.updated') expect(mockStore.commit).toHaveBeenCalledWith(