mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23: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"
|
||||
return id;
|
||||
}}"
|
||||
translateWithIdInput="{(id) => {
|
||||
translateWithIdSelection="{(id) => {
|
||||
console.log(id); // "clearSelection"
|
||||
return id;
|
||||
}}"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
console.log(id); // "open" | "close"
|
||||
return id;
|
||||
}}"
|
||||
translateWithIdInput="{(id) => {
|
||||
translateWithIdSelection="{(id) => {
|
||||
console.log(id); // "clearAll" | "clearSelection"
|
||||
return id;
|
||||
}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue