mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
test(overflow-menu): add unit tests
This commit is contained in:
parent
8f19cc16b1
commit
9ab6b9bb03
4 changed files with 120 additions and 81 deletions
|
@ -10,6 +10,7 @@
|
|||
import RecursiveList from "./RecursiveList/RecursiveList.test.svelte";
|
||||
import RecursiveListHierarchy from "./RecursiveList/RecursiveList.hierarchy.test.svelte";
|
||||
import Tag from "./Tag/Tag.test.svelte";
|
||||
import OverflowMenu from "./OverflowMenu/OverflowMenu.test.svelte";
|
||||
import { onMount } from "svelte";
|
||||
|
||||
const routes = [
|
||||
|
@ -63,6 +64,11 @@
|
|||
name: "Tag",
|
||||
component: Tag,
|
||||
},
|
||||
{
|
||||
path: "/overflow-menu",
|
||||
name: "OverflowMenu",
|
||||
component: OverflowMenu,
|
||||
},
|
||||
] as const;
|
||||
|
||||
let currentPath = window.location.pathname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue