mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
test(code-snippet): add unit tests
This commit is contained in:
parent
b8bff110a5
commit
f2fa25ccd8
11 changed files with 232 additions and 21 deletions
5
tests/CodeSnippet/CodeSnippetCopyButton.test.svelte
Normal file
5
tests/CodeSnippet/CodeSnippetCopyButton.test.svelte
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { CodeSnippet } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<CodeSnippet type="single" code="npm install --save @carbon/icons" />
|
Loading…
Add table
Add a link
Reference in a new issue