Update frontend/src/components/SessionLogoutTimeout.spec.js

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-06-30 14:11:22 +02:00 committed by GitHub
parent 0e3f6a4d73
commit fa32054f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ describe('SessionLogoutTimeout', () => {
})
it('emits logout', () => {
expect(wrapper.emitted('logout')).toBeTruthy()
expect(wrapper.emitted('logout')).toBe(true)
})
})