mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
test: fix existing tests
This commit is contained in:
parent
25274520c6
commit
140e8ff468
5 changed files with 52 additions and 12 deletions
|
@ -5,7 +5,7 @@
|
|||
{ key: "name", value: "Name" },
|
||||
{ key: "port", value: "Port" },
|
||||
{ key: "rule", value: "Rule" },
|
||||
];
|
||||
] as const;
|
||||
|
||||
const rows = [
|
||||
{ id: "a", name: "Load Balancer 3", port: 3000, rule: "Round robin" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue