About Jest Extended
jest-community/jest-extended is an extension library that adds extra matchers to Jest assertions. It broadens test expressiveness with predicates for arrays, objects, strings, numbers, promises, and error handling that are not in Jest's default matcher set. The package is commonly used in JavaScript and TypeScript test suites to write clearer intent-focused assertions with less custom helper code.
