test: update test to not use createRawSnippet, use test component instead

This commit is contained in:
2026-02-08 20:38:06 +05:00
parent 0f905bbc20
commit e838916d91
6 changed files with 40 additions and 25 deletions
+6
View File
@@ -0,0 +1,6 @@
<!-- PageTest.svelte -->
<script>
import Page from "$routes/+page.svelte";
</script>
<Page />