Skip to content

Commit 032a74b

Browse files
committed
lint(DsfrFooter): 🚨 corrige l'indentation dans DsfrFooter.spec.ts
## Pourquoi les changements ont été faits : - Erreur d'indentation détectée par ESLint ## Quelles modifications ont été apportées : - Correction de l'indentation du test 'should render provided mandatoryLinks when passed as prop' - Suppression de l'espace en trop au début de la ligne 145 closes #1194
1 parent a2be686 commit 032a74b

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)