jeudi 18 juin 2020

Access component 's props in Svelte for Jest test

Problem: How to access the props for a svelte component using jest testing. For example if the svelte component is as below:

ExampleComponent.svelte

<script>
    export let propToBeAccessed
</script>

Aucun commentaire:

Enregistrer un commentaire