test: update test to not use createRawSnippet, use test component instead
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<!-- CardTest.svelte -->
|
||||
<script>
|
||||
import Card from "$components/layout/Card.svelte";
|
||||
</script>
|
||||
|
||||
<Card title="Test Title">
|
||||
<div data-testid="card-content">Test content</div>
|
||||
</Card>
|
||||
Reference in New Issue
Block a user