diff --git a/frontend/src/App.spec.js b/frontend/src/App.spec.js index bd9bf1e87..60edb3978 100644 --- a/frontend/src/App.spec.js +++ b/frontend/src/App.spec.js @@ -44,5 +44,15 @@ describe('App', () => { it('has a component AuthLayoutGDD', () => { expect(wrapper.findComponent({ name: 'AuthTemplate' }).exists()).toBe(true) }) + + // describe('with token', () => { + // beforeEach(() => { + // mocks.$store.state.token = 'login-token' + // }) + + // it('has a component DashboardLayout', () => { + // expect(wrapper.findComponent({ name: 'DashboardTemplate' }).exists()).toBe(true) + // }) + // }) }) })