Skip to content

Commit

Permalink
fix(breadcrumbs): fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid committed Jul 17, 2024
1 parent 5fa2796 commit 48e4823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/components/breadcrumbs/breadcrumbs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('test Breadcrumbs component', () => {
"multiline": false,
"separatorIcon": undefined,
"size": "md",
"to": undefined,
}
`);
});
Expand All @@ -29,6 +30,7 @@ describe('test Breadcrumbs component', () => {
"multiline": false,
"separatorIcon": undefined,
"size": "md",
"to": undefined,
}
`);
});
Expand Down

0 comments on commit 48e4823

Please sign in to comment.