update tests

pull/7738/head
Conduitry 7 years ago
parent 2efaf79503
commit 60399950cb

@ -1,5 +1,6 @@
<script> <script>
export let value; export let value;
export let value_with_default = undefined;
</script> </script>
<input bind:value> <input bind:value>

@ -1,6 +1,7 @@
<script> <script>
export let x; export let x;
export let y; export let y;
export let z = undefined;
</script> </script>
<div>{x} {y}</div> <div>{x} {y}</div>
Loading…
Cancel
Save