Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduction to specific 'checks' test methods #104

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

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.

None yet

1 participant