mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/store/store.test.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
parent
fa32054f96
commit
ef373e6ae0
@ -65,6 +65,7 @@ describe('Vuex store', () => {
|
||||
token(state, '1234')
|
||||
expect(state.token).toEqual('1234')
|
||||
})
|
||||
|
||||
describe('token has a value', () => {
|
||||
it('sets the state of tokenTime', () => {
|
||||
const state = { token: null, tokenTime: null }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user