Increase expectations for fix to #15819

one of the cases we CAN hydrate
pull/16243/head
Jan Vogt 2 months ago
parent f7ce3f6a99
commit b4200fa5f1

@ -1,6 +0,0 @@
import { test } from '../../test';
// https://github.com/sveltejs/svelte/issues/15819
export default test({
expect_hydration_error: true
});

@ -1,4 +1,5 @@
<script> <script>
// https://github.com/sveltejs/svelte/issues/15819
const cond = true; const cond = true;
</script> </script>

Loading…
Cancel
Save