@yonas-valentin-dev/layerflow-testing
v0.1.0
Published
Deterministic test helpers for Layerflow.
Readme
@yonas-valentin-dev/layerflow-testing
Deterministic helpers for testing Layerflow without mounting real native surfaces.
const request = presentActiveRequest(manager);
manager.resolve(request.id, true);
completeActiveDismissal(manager);Use getActiveRequest, presentActiveRequest, and completeActiveDismissal to drive the manager's
lifecycle explicitly in unit and integration tests.
