just-jeb / jest-marbles

Helpers library for marbles testing with Jest
MIT License
112 stars 13 forks source link

feat: add toEmitValue matchers #537

Open MillerSvt opened 1 month ago

MillerSvt commented 1 month ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: #526

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

just-jeb commented 1 month ago

Looks like the CI is failing on all negative cases.

MillerSvt commented 1 month ago

Looks like the CI is failing on all negative cases.

Yes, I know. Please look at the rest. If everything is fine, I will fix the tests. They fall due to the fact that under linux there are other control characters for displaying colored text in the terminal.