Skip to content

Commit 79424cf

Browse files
committed
test: ✅ Teste tout
1 parent 810198b commit 79424cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DsfrTile/DsfrTile.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('DsfrTile', () => {
4141
expect(descriptionEl).toHaveClass('fr-tile__desc')
4242
})
4343

44-
it.skip('should display a horizontal tile', async () => {
44+
it('should display a horizontal tile', async () => {
4545
const title = 'Titre de la tuile'
4646
const imgSrc = 'https://placekitten.com/80/80'
4747
const description = 'Lorem ipsum dolor sit amet, consectetur adipiscing, incididunt, ut labore et dol'

0 commit comments

Comments
 (0)