Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jest-community/jest-extended
Additional Jest matchers 🃏💪
https://github.com/jest-community/jest-extended
assertions extended jest matchers tdd testing
Last synced: 5 days ago
JSON representation
Additional Jest matchers 🃏💪
- Host: GitHub
- URL: https://github.com/jest-community/jest-extended
- Owner: jest-community
- License: mit
- Created: 2017-10-14T22:39:21.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T19:51:22.000Z (2 months ago)
- Last Synced: 2024-10-22T22:25:07.777Z (12 days ago)
- Topics: assertions, extended, jest, matchers, tdd, testing
- Language: JavaScript
- Homepage: https://jest-extended.jestcommunity.dev/
- Size: 5.81 MB
- Stars: 2,325
- Watchers: 19
- Forks: 224
- Open Issues: 140
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-list - jest-extended - community | 1568 | (JavaScript)
- awesome-jest - jest-extended
README
jest-extended
🃏💪
Additional Jest matchers
[![Build Status](https://img.shields.io/github/actions/workflow/status/jest-community/jest-extended/ci.yaml?style=flat-square)](https://github.com/jest-community/jest-extended/actions/workflows/ci.yaml)
[![Code Coverage](https://img.shields.io/codecov/c/github/jest-community/jest-extended.svg?style=flat-square)](https://codecov.io/github/jest-community/jest-extended)
[![version](https://img.shields.io/npm/v/jest-extended.svg?style=flat-square)](https://www.npmjs.com/package/jest-extended)
[![downloads](https://img.shields.io/npm/dm/jest-extended.svg?style=flat-square)](http://npm-stat.com/charts.html?package=jest-extended&from=2017-09-14)
[![MIT License](https://img.shields.io/npm/l/jest-extended.svg?style=flat-square)](https://github.com/jest-community/jest-extended/blob/main/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](./CONTRIBUTING.md)
[![Examples](https://img.shields.io/badge/%F0%9F%92%A1-examples-ff615b.svg?style=flat-square)](https://github.com/jest-community/jest-extended/tree/main/examples)## Problem
Jest is an amazing test runner and has some awesome assertion APIs built in by default. However, there are times when
having more specific matchers (assertions) would be far more convenient.## Solution
jest-extended aims to add additional matchers to Jest's default ones making it easy to test everything 🙌
## Contributing
If you've come here to help contribute - Thanks! Take a look at the [contributing](/CONTRIBUTING.md) docs as a way of getting started.
## Installation
See the [Installation Guide](https://jest-extended.jestcommunity.dev/docs/getting-started/install) on Jest Extended documentation site.
## Setup
See the [Setup instructions](https://jest-extended.jestcommunity.dev/docs/getting-started/setup) on Jest Extended documentation site.
## Matchers
See all available [matchers and interactive repl](https://jest-extended.jestcommunity.dev/docs/matchers) on Jest Extended documentation site.
## LICENSE
[MIT](/LICENSE)