Skip to content

Conversation

@Solido
Copy link
Collaborator

@Solido Solido commented Dec 28, 2023

Checks from dart labs.
https://pub.dev/packages/checks

Introduce some ideas on how to make signals testable.

This is open for comment and right now is not exported since it's a specific libs.
User would have to import it directly.

test() {
 final s = signal(100);
 check(s).peeked(100);
}

@Solido Solido marked this pull request as draft December 28, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants