Skip to content

Commit 52e4c0c

Browse files
authored
Merge pull request #1195 from dnum-mi/1194-lint-dsfr-footer-indentation
lint(DsfrFooter): 🚨 corrige l'indentation dans DsfrFooter.spec.ts
2 parents a2be686 + 032a74b commit 52e4c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DsfrFooter/DsfrFooter.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('DsfrFooter', () => {
142142
expect(getByTestId(testIdMentionsLegales)).toHaveClass('fr-footer__bottom-link')
143143
})
144144

145-
it('should render provided mandatoryLinks when passed as prop', async () => {
145+
it('should render provided mandatoryLinks when passed as prop', async () => {
146146
// Given
147147
const mandatoryLinks = [
148148
{ label: 'Cookies', to: '/cookies' },

0 commit comments

Comments
 (0)