jest-community/jest-extended
Additional Jest matchers 🃏💪 observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 99
- Release rhythm 55
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1
- age_days: 3245
- days_rel: 301
- days_push: 7
- n_releases_24m: 6
Adoption not part of the score
2350 stars · 227 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
jest-extended is a TypeScript library that adds many additional assertion matchers to Jest's expect API, covering arrays, strings, numbers, objects, dates, mocks, promises, and more. It is community-maintained under the jest-community organization and distributed via npm.
Use cases
- assert array contents more precisely in jest tests
- check if a value is a string, number, or boolean in tests
- test that a mock was called before another mock
- assert date comparisons like before, after, or between ranges
- verify object keys and values in jest assertions
- test that a promise resolves or rejects
- write more readable tdd assertions in jest
When to choose
- you use Jest and find its built-in matchers too limited for your assertions
- you want expressive, readable matchers for common data types without writing custom ones
- you need mock call-order assertions or promise resolution checks
When to avoid
- you use a test framework other than Jest or Vitest
- you only need a handful of matchers and prefer writing custom ones
- your project cannot add dev dependencies
Facets
library · maturity active
testing e2e-testing developer-tools testing developer-tools cross-platform jest matchers assertions tdd unit-testing typescript javascript nodejs
6 sources
- readme: https://github.com/jest-community/jest-extended · fetched 2026-08-28 · 868268bfe701
- homepage: https://jest-extended.jestcommunity.dev/ · fetched 2026-08-29 · b152ca25413a
- site_page: https://jest-extended.jestcommunity.dev/docs · fetched 2026-08-29 · 3a9753f1a765
- site_page: https://jest-extended.jestcommunity.dev/docs/matchers · fetched 2026-08-29 · f8ff0de8c1c9
- site_page: https://jest-extended.jestcommunity.dev/docs/getting-started/install · fetched 2026-08-29 · 9dbc08dae2a3
- registry_npm: https://registry.npmjs.org/jest-extended · fetched 2026-08-29 · 9b8c9d5f6355
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jest-community/jest-extended | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="jest-community/jest-extended")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem