diff --git a/frontend/src/store/store.test.js b/frontend/src/store/store.test.js index c4c6f022f..b21684487 100644 --- a/frontend/src/store/store.test.js +++ b/frontend/src/store/store.test.js @@ -74,6 +74,7 @@ describe('Vuex store', () => { expect(state.tokenTime).toEqual('1234') }) }) + describe('token has null value', () => { it('sets the state of tokenTime to null', () => { jest.clearAllMocks()