Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Jul 23, 2024
1 parent 971631b commit 3ca2de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/navigation/navigation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import loadBlock from '../../libs/navigation/navigation.js';
document.body.innerHTML = await readFile({ path: './mocks/body.html' });

describe('Bootstrapper', async () => {
it('Renders the footer block', async () => {
await loadBlock({ footer: { authoringPath: '/federal/home' }, env: 'qa'});
it('Renders the footer block', async () => {
await loadBlock({ footer: { authoringPath: '/federal/home' }, env: 'qa' });
const el = document.getElementsByTagName('footer');
expect(el).to.exist;
});
Expand Down

0 comments on commit 3ca2de5

Please sign in to comment.