·composable-svelte-testing
</>

composable-svelte-testing

jonathanbelolo/composable-svelte

Testing patterns for Composable Svelte. Use when writing tests, using TestStore, mocking dependencies, or testing reducers and effects. Covers the send/receive pattern, mock implementations, testing composition strategies, and testing best practices.

2Installs·0Trend·@jonathanbelolo

Installation

$npx skills add https://github.com/jonathanbelolo/composable-svelte --skill composable-svelte-testing

SKILL.md

This skill covers testing patterns for Composable Svelte applications using TestStore and mock dependencies.

TestStore provides exhaustive action testing with the send/receive pattern:

WHY: TestStore tests are faster, more focused, and test reducer logic in isolation.

Testing patterns for Composable Svelte. Use when writing tests, using TestStore, mocking dependencies, or testing reducers and effects. Covers the send/receive pattern, mock implementations, testing composition strategies, and testing best practices. Source: jonathanbelolo/composable-svelte.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jonathanbelolo/composable-svelte --skill composable-svelte-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is composable-svelte-testing?

Testing patterns for Composable Svelte. Use when writing tests, using TestStore, mocking dependencies, or testing reducers and effects. Covers the send/receive pattern, mock implementations, testing composition strategies, and testing best practices. Source: jonathanbelolo/composable-svelte.

How do I install composable-svelte-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jonathanbelolo/composable-svelte --skill composable-svelte-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jonathanbelolo/composable-svelte