From 8bfb5b7f332224bd091be1be574e7eeb6d1901d9 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 1 May 2019 08:12:33 -0400 Subject: [PATCH] update tests --- .../runtime/samples/dev-warning-missing-data-binding/main.svelte | 1 + .../samples/dev-warning-missing-data-component/Foo.svelte | 1 + 2 files changed, 2 insertions(+) diff --git a/test/runtime/samples/dev-warning-missing-data-binding/main.svelte b/test/runtime/samples/dev-warning-missing-data-binding/main.svelte index 3714351783..cfc7830c90 100644 --- a/test/runtime/samples/dev-warning-missing-data-binding/main.svelte +++ b/test/runtime/samples/dev-warning-missing-data-binding/main.svelte @@ -1,5 +1,6 @@ \ No newline at end of file diff --git a/test/runtime/samples/dev-warning-missing-data-component/Foo.svelte b/test/runtime/samples/dev-warning-missing-data-component/Foo.svelte index 95422444cc..99e26245ae 100644 --- a/test/runtime/samples/dev-warning-missing-data-component/Foo.svelte +++ b/test/runtime/samples/dev-warning-missing-data-component/Foo.svelte @@ -1,6 +1,7 @@
{x} {y}
\ No newline at end of file