test: remove tests for deprecated components

This commit is contained in:
Eric Liu 2022-03-12 13:01:05 -08:00
commit 7901eb1316
2 changed files with 0 additions and 36 deletions

View file

@ -1,23 +0,0 @@
<script lang="ts">
import { Icon } from "../types";
import Add16 from "carbon-icons-svelte/lib/Add16";
import Add20 from "carbon-icons-svelte/lib/Add20";
import Add24 from "carbon-icons-svelte/lib/Add24";
import Add32 from "carbon-icons-svelte/lib/Add32";
</script>
<Icon render="{Add16}" />
<Icon render="{Add20}" />
<Icon render="{Add24}" />
<Icon render="{Add32}" />
<Icon skeleton render="{Add16}" />
<Icon skeleton size="{20}" render="{Add20}" />
<Icon skeleton size="{24}" render="{Add24}" />
<Icon skeleton size="{32}" render="{Add32}" />

View file

@ -1,13 +0,0 @@
<script lang="ts">
import { ToggleSmall, ToggleSmallSkeleton } from "../types";
</script>
<ToggleSmall labelText="Push notifications" />
<ToggleSmall labelText="Push notifications" toggled />
<ToggleSmall labelText="Push notifications" labelA="No" labelB="Yes" />
<ToggleSmall labelText="Push notifications" disabled />
<ToggleSmallSkeleton />