JSPM

@marinade.finance/jest-shell-matcher

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19
  • Score
    100M100P100Q58569F
  • License MIT

A fork of raingerber/jest-shell-matchers to test shell scripts

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 stdErr output matching
    • enhance error reporting
    • enhance of input parameters handling