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(