Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit b9034d4

Browse files
committed
feat: update test
1 parent 613b8a9 commit b9034d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/c-breadcrumb/tests/c-breadcrumb.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('Separator tests', () => {
7272
})
7373

7474
it('should render separator as Functional component if provided', () => {
75-
const Sun = () => <CIcon data-testid="custom-separator" name="sun" v-slot:separator/>
75+
const Sun = () => <CIcon data-testid="custom-separator" name="sun" />
7676
cy.mount(
7777
h(() => (
7878
<CBreadcrumb separator={Sun} data-testid="breadcrumb">

0 commit comments

Comments
 (0)