Skip to content

Commit

Permalink
Update test for re-factor
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jun 10, 2024
1 parent caa83ed commit 29a6ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell/components/nav/__tests__/TopLevelMenu.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,9 @@ describe('topLevelMenu', () => {
stubs: ['BrandImage', 'router-link']
});

expect(wrapper.vm.globalBannerSettings).toStrictEqual({
headerFont: '2em',
footerFont: '2em'
expect(wrapper.vm.sideMenuStyle).toStrictEqual({
marginBottom: '2em',
marginTop: '2em'

Check warning on line 425 in shell/components/nav/__tests__/TopLevelMenu.test.ts

View workflow job for this annotation

GitHub Actions / lint

Missing space before value for key 'marginTop'
});
});

Expand Down

0 comments on commit 29a6ede

Please sign in to comment.