Open kasperlewau opened 8 years ago
@kasperlewau Thanks for the issue. I took a glance at the code earlier and I believe the problem is that the all
and something
functionality is only added to Chai's regular assertion methods, not its chainable assertion methods, which includes an
. If this is indeed the case, then this issue is actually responsible for #14, #16, and #25.
@keithamus This one needs a "PR Wanted" also.
@meeber added. Are you not able to create labels?
@keithamus Nope. Need to be added to the chai-things team I think.
I have two use cases that will not pass with the following versions:
chai@^3.5.0
,chai-things@^0.2.0
andmocha@^2.4.5
.Expect all array items to be of type
boolean
.Possible duplicate of #16
Workaround:
Expect all array items to be
true
(or,false
).Workaround:
If I can find the time on my hands to get a PR rolling for this, I'd be more than happy to. If for whatever reason I can't, I'd ❤️ whomever does find the time and energy to do so!