KO
|
EN
gitlite β search
Search
#python
#hacktoberfest
#swift
#react
#php
#typescript
#nodejs
#vscode
#transfer
#android
#csharp
#dotnet
jest-extended
β 2,350
Open GitHub β
Additional Jest matchers ππͺ
Download README (.md)
Explore Similar Repositories
open-wearables
:
Self-hosted platform to unify wearable health data through one AI-ready API.
ABTestingGateway
:
No description available.
clawra
:
Clawra - Openclaw as your companion
agent-skills
:
Collection of Apify agent skills
strato
:
Run Nintendo Switch homebrew & games on your Android device!
// repository documentation
Was this content helpful?
β 0
(0 ratings)
Select Rating:
β
β
β
β
β
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jest-extended
?
Download (.md)
<div align="center"> <h1>jest-extended</h1> ππͺ Additional Jest matchers </div> <hr /> [](https://github.com/jest-community/jest-extended/actions/workflows/ci.yaml) [](https://codecov.io/github/jest-community/jest-extended) [](https://www.npmjs.com/package/jest-extended) [](http://npm-stat.com/charts.html?package=jest-extended&from=2017-09-14) [](https://github.com/jest-community/jest-extended/blob/main/LICENSE) [](https://raw.githubusercontent.com/jest-community/jest-extended/main/CONTRIBUTING.md) [](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)