Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/negativetwelve/jest-addons

Declarative JS syntax for jest test suites
https://github.com/negativetwelve/jest-addons

Last synced: 17 days ago
JSON representation

Declarative JS syntax for jest test suites

Awesome Lists containing this project

README

        

# jest-addons

[![npm](https://img.shields.io/npm/v/jest-addons.svg)](https://www.npmjs.com/package/jest-addons)
[![npm](https://img.shields.io/npm/dt/jest-addons.svg)](https://www.npmjs.com/package/jest-addons)
[![npm](https://img.shields.io/npm/l/jest-addons.svg)](https://github.com/negativetwelve/jest-addons/blob/master/LICENSE)
[![CircleCI branch](https://img.shields.io/circleci/project/github/negativetwelve/jest-addons/master.svg)](https://circleci.com/gh/negativetwelve/jest-addons)

Super-package of jest addons. Currently includes:

* [jest-action](https://github.com/negativetwelve/jest-action)
* [jest-context](https://github.com/negativetwelve/jest-context)
* [jest-its](https://github.com/negativetwelve/jest-its)
* [jest-set](https://github.com/negativetwelve/jest-set)

## Getting Started

Install `jest-addons` using `yarn`:

```shell
yarn add --dev jest-addons
```

## Usage

Add an entry to your jest configuration `setupFiles` in your `package.json`:

```json
"jest": {
"setupFiles": [
"jest-addons/setup"
]
}
```