mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
test(tag): add unit tests
This commit is contained in:
parent
907a4ed918
commit
ad74124206
3 changed files with 106 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
import TreeViewHierarchy from "./TreeView/TreeView.hierarchy.test.svelte";
|
||||
import RecursiveList from "./RecursiveList/RecursiveList.test.svelte";
|
||||
import RecursiveListHierarchy from "./RecursiveList/RecursiveList.hierarchy.test.svelte";
|
||||
import Tag from "./Tag/Tag.test.svelte";
|
||||
import { onMount } from "svelte";
|
||||
|
||||
const routes = [
|
||||
|
@ -51,6 +52,11 @@
|
|||
name: "TreeViewHierarchy",
|
||||
component: TreeViewHierarchy,
|
||||
},
|
||||
{
|
||||
path: "/tag",
|
||||
name: "Tag",
|
||||
component: Tag,
|
||||
},
|
||||
] as const;
|
||||
|
||||
let currentPath = window.location.pathname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue