Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhisekp/jest-pub-sub
- Owner: abhisekp
- Created: 2017-10-06T20:18:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T13:06:37.000Z (about 1 month ago)
- Last Synced: 2024-12-18T18:58:10.868Z (9 days ago)
- Topics: demo, jest, pubsub, redis, testing
- Language: JavaScript
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
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