Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@marinade.finance/jest-shell-matcher) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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
stdErroutput matching - enhance error reporting
- enhance of input parameters handling