Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhisekp/jest-pub-sub

Test Redis PubSub using Jest testing framework
https://github.com/abhisekp/jest-pub-sub

demo jest pubsub redis testing

Last synced: 7 days ago
JSON representation

Test Redis PubSub using Jest testing framework

Awesome Lists containing this project

README

        

# jest-pub-sub

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

> Test Redis PubSub using Jest testing framework

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)

## Install

```sh
$ npm install
# yarn install
```

## Usage

```sh
# run jest test suite
$ node_modules/.bin/jest
```

## Maintainers

[@abhisekp](https://github.com/abhisekp)

## Contribute

PRs accepted.

Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

MIT © 2017 Abhisek Pattnaik