Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed May 1, 2019
1 parent d122a6f commit 8bfb5b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script>
export let value;
export let value_with_default = undefined;
</script>

<input bind:value>
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script>
export let x;
export let y;
export let z = undefined;
</script>

<div>{x} {y}</div>

0 comments on commit 8bfb5b7

Please sign in to comment.