mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
correct test-case
This commit is contained in:
parent
6f02396d73
commit
0418737173
@ -161,9 +161,9 @@ describe('Vuex store', () => {
|
||||
const commit = vi.fn()
|
||||
const state = {}
|
||||
|
||||
it('calls twenty commits', () => {
|
||||
it('calls twenty-one commits', () => {
|
||||
logout({ commit, state })
|
||||
expect(commit).toHaveBeenCalledTimes(20)
|
||||
expect(commit).toHaveBeenCalledTimes(21)
|
||||
})
|
||||
|
||||
// ... (other logout action tests remain largely the same)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user