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';
Installs
3
GitHub Stars
2
First Seen
Jan 29, 2026
composable-svelte-testing — jonathanbelolo/composable-svelte