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: 6 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-02T01:31:10.000Z (6 months ago)
- Last Synced: 2026-01-07T15:59:45.767Z (6 months ago)
- Topics: demo, jest, pubsub, redis, testing
- Language: JavaScript
- Size: 1.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jest-pub-sub
[](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