Skip to content

Commit e2e0426

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 4c52fc6 commit e2e0426

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

contentcuration/contentcuration/frontend/accounts/pages/__tests__/accountsMain.spec.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ const makeRouter = (query = {}) => {
2020
{ path: '/signin', name: 'SignIn', component: AccountsMain },
2121
{ path: '/forgot', name: 'ForgotPassword', component: { render: h => h('div') } },
2222
{ path: '/create', name: 'Create', component: { render: h => h('div') } },
23-
{ path: '/account-not-activated', name: 'AccountNotActivated', component: { render: h => h('div') } },
23+
{
24+
path: '/account-not-activated',
25+
name: 'AccountNotActivated',
26+
component: { render: h => h('div') },
27+
},
2428
],
2529
});
2630
router.replace({ path: '/signin', query });
@@ -159,4 +163,4 @@ describe('AccountsMain (VTL)', () => {
159163

160164
expect(payload.next).toBe(undefined);
161165
});
162-
});
166+
});

0 commit comments

Comments
 (0)