Pester
Pester copied to clipboard
Add -Count to Should-BeCollection
PR Summary
Add -Count to Should-BeCollection with the usual caveat of not being able to tell single item array from single item when using | syntax.
Fix #2534
PR Checklist
- [x] PR has meaningful title
- [x] Summary describes changes
- [x] PR is ready to be merged
- If not, use the arrow next to
Create Pull Requestto mark it as a draft. PR can be markedReady for reviewwhen it's ready.
- If not, use the arrow next to
- [x] Tests are added/update (if required)
- [x] Documentation is updated/added (if required)