test: update test to not use createRawSnippet, use test component instead
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<!-- LayoutTest.svelte -->
|
||||
<script>
|
||||
import Layout from "$routes/+layout.svelte";
|
||||
</script>
|
||||
|
||||
<Layout>
|
||||
<span data-testid="test-child">Hello</span>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user