mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
try async call
This commit is contained in:
parent
4bed49a97e
commit
fc2af656db
@ -136,8 +136,8 @@ describe('DashboardLayoutGdd', () => {
|
||||
await flushPromises()
|
||||
})
|
||||
|
||||
it('calls the API', () => {
|
||||
expect(apolloMock).toBeCalled()
|
||||
it('calls the API', async () => {
|
||||
await expect(apolloMock).toBeCalled()
|
||||
})
|
||||
|
||||
it('dispatches logout to store', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user