@marinade.finance/jest-shell-matcher
v1.0.0-beta
Published
A fork of raingerber/jest-shell-matchers to test shell scripts
Downloads
63
Maintainers
Readme
jest-shell-matchers
Library 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).
Changes from original version
- 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