TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
317 stars 27 forks source link

.toBeLessThanOrEqual(number) #176

Closed khru closed 11 months ago

khru commented 11 months ago

https://jestjs.io/docs/expect#tobelessthanorequalnumber--bigint

Chemaclass commented 11 months ago

Done https://github.com/TypedDevs/bashunit/pull/193