test: fix tests and typescript typechecks
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<!-- InputGroupTest.svelte -->
|
||||
<script>
|
||||
import InputGroup from "$components/layout/InputGroup.svelte";
|
||||
</script>
|
||||
|
||||
<InputGroup>
|
||||
<input type="text" data-testid="input1" />
|
||||
<input type="text" data-testid="input2" />
|
||||
<button data-testid="button">Кнопка</button>
|
||||
</InputGroup>
|
||||
Reference in New Issue
Block a user