mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
test(theme): add unit tests
This commit is contained in:
parent
5df515a052
commit
c8fc792851
7 changed files with 243 additions and 24 deletions
10
tests/Theme/ThemeSelect.test.svelte
Normal file
10
tests/Theme/ThemeSelect.test.svelte
Normal file
|
@ -0,0 +1,10 @@
|
|||
<script lang="ts">
|
||||
import { Theme } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<Theme
|
||||
render="select"
|
||||
on:update={({ detail }) => {
|
||||
console.log("update", detail);
|
||||
}}
|
||||
/>
|
Loading…
Add table
Add a link
Reference in a new issue