A collection of reusable Reatom factories and extensions distributed via jsrepo.
First, initialize jsrepo in your project:
npx jsrepo init https://github.com/reatom/reusablesnpx jsrepo add reatomInstancenpx jsrepo add reatomInstance withInstanceBrowse and select items interactively:
npx jsrepo addThis repository includes a reusable test harness for testing Reatom applications with automatic context management.
npx jsrepo add testThe test harness provides:
- Automatic Reatom context management in tests
- Mock subscription utilities for tracking atom updates
- Full Vitest compatibility with enhanced testing capabilities
For detailed documentation, see the test harness README.
MIT