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

Do not print passed checks #276

Open
ankh-bigpay opened this issue Dec 21, 2022 · 0 comments
Open

Do not print passed checks #276

ankh-bigpay opened this issue Dec 21, 2022 · 0 comments

Comments

@ankh-bigpay
Copy link

ankh-bigpay commented Dec 21, 2022

I have the following snippet:

expectThat(1) {
  isLessThan(1)
  isLessThan(2)
}

The output is:

▼ Expect that 1:
  ✗ is less than 1
  ✓ is less than 2

Is there a way to omit passed checks to have only

▼ Expect that 1:
  ✗ is less than 1

I have many nested checks for a big collection, and the output is too big to reason.

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

No branches or pull requests

1 participant