mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
test: update assertions
This commit is contained in:
parent
7184cae951
commit
e050984853
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
console.log(id); // "open" | "close"
|
console.log(id); // "open" | "close"
|
||||||
return id;
|
return id;
|
||||||
}}"
|
}}"
|
||||||
translateWithIdInput="{(id) => {
|
translateWithIdSelection="{(id) => {
|
||||||
console.log(id); // "clearSelection"
|
console.log(id); // "clearSelection"
|
||||||
return id;
|
return id;
|
||||||
}}"
|
}}"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
console.log(id); // "open" | "close"
|
console.log(id); // "open" | "close"
|
||||||
return id;
|
return id;
|
||||||
}}"
|
}}"
|
||||||
translateWithIdInput="{(id) => {
|
translateWithIdSelection="{(id) => {
|
||||||
console.log(id); // "clearAll" | "clearSelection"
|
console.log(id); // "clearAll" | "clearSelection"
|
||||||
return id;
|
return id;
|
||||||
}}"
|
}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue