A fork of raingerber/jest-shell-matchers to test shell scripts
npm install @marinade.finance/jest-shell-matcherLibrary to test shell scripts in Jest with ability to mock commands.
This is a fork and re-adjustment of https://github.com/raingerber/jest-shell-matchers
(see details there).
- updating the obsolete Jest dependency
- converted to TypeScript and adding the TS types
- fixing error with stdErr output matching
- enhance error reporting
- enhance of input parameters handling