From bc1e870b4a8e6da6dffb296801f096ae920bf030 Mon Sep 17 00:00:00 2001 From: metonym Date: Thu, 9 Feb 2023 11:05:25 -0800 Subject: [PATCH] test: assert `$$restProps` for `Checkbox`, `Form` --- tests/Checkbox.test.svelte | 2 +- tests/FluidForm.test.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Checkbox.test.svelte b/tests/Checkbox.test.svelte index d34306a3..bf165c23 100644 --- a/tests/Checkbox.test.svelte +++ b/tests/Checkbox.test.svelte @@ -2,7 +2,7 @@ import { Checkbox } from "../types"; - + diff --git a/tests/FluidForm.test.svelte b/tests/FluidForm.test.svelte index f1c17dce..8f39452b 100644 --- a/tests/FluidForm.test.svelte +++ b/tests/FluidForm.test.svelte @@ -2,7 +2,7 @@ import { FluidForm, TextInput, PasswordInput } from "../types"; - +