composable-svelte-testing
Installation
SKILL.md
Composable Svelte Testing
This skill covers testing patterns for Composable Svelte applications using TestStore and mock dependencies.
TESTSTORE API
Core Pattern: send/receive
TestStore provides exhaustive action testing with the send/receive pattern:
import { createTestStore } from '@composable-svelte/core/test';