mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Update frontend/src/store/store.test.js
Co-authored-by: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com>
This commit is contained in:
parent
91c1481785
commit
76219f5ab2
@ -161,7 +161,7 @@ describe('Vuex store', () => {
|
||||
const commit = vi.fn()
|
||||
const state = {}
|
||||
|
||||
it('calls twente commits', () => {
|
||||
it('calls twenty commits', () => {
|
||||
logout({ commit, state })
|
||||
expect(commit).toHaveBeenCalledTimes(20)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user