chore: add eol

This commit is contained in:
Benjamin Canac
2024-03-13 16:58:07 +01:00
parent 34d6e18638
commit 9a42fa415f
46 changed files with 46 additions and 46 deletions

View File

@@ -14,4 +14,4 @@ describe('Card', () => {
const html = await ComponentRender(nameOrHtml, options, Card)
expect(html).toMatchSnapshot()
})
})
})

View File

@@ -9,4 +9,4 @@ describe('Collapsible', () => {
const html = await ComponentRender(nameOrHtml, options, Collapsible)
expect(html).toMatchSnapshot()
})
})
})

View File

@@ -12,4 +12,4 @@ describe('Container', () => {
const html = await ComponentRender(nameOrHtml, options, Container)
expect(html).toMatchSnapshot()
})
})
})

View File

@@ -14,4 +14,4 @@ describe('Link', () => {
const html = await ComponentRender(nameOrHtml, options, Link)
expect(html).toMatchSnapshot()
})
})
})

View File

@@ -9,4 +9,4 @@ describe('Popover', () => {
const html = await ComponentRender(nameOrHtml, options, Popover)
expect(html).toMatchSnapshot()
})
})
})

View File

@@ -11,4 +11,4 @@ describe('Skeleton', () => {
const html = await ComponentRender(nameOrHtml, options, Skeleton)
expect(html).toMatchSnapshot()
})
})
})

View File

@@ -9,4 +9,4 @@ describe.skip('Tooltip', () => {
const html = await ComponentRender(nameOrHtml, options, Tooltip)
expect(html).toMatchSnapshot()
})
})
})