mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
linting
This commit is contained in:
parent
c94a201343
commit
adf99b305c
@ -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', () => {
|
||||
|
||||
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user