https://github.com/devsu/condor-context-test-helper
A simple helper module to create a GRPC context, (for testing purposes).
https://github.com/devsu/condor-context-test-helper
Last synced: 21 days ago
JSON representation
A simple helper module to create a GRPC context, (for testing purposes).
- Host: GitHub
- URL: https://github.com/devsu/condor-context-test-helper
- Owner: devsu
- License: mit
- Created: 2017-05-04T20:18:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T20:20:45.000Z (almost 9 years ago)
- Last Synced: 2025-11-23T01:03:07.960Z (4 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# condor-context-test-helper
A simple helper module to create a GRPC context, (for testing purposes).
[](https://travis-ci.org/devsu/condor-context-test-helper)
## Installation
```bash
npm i --save condor-context-test-helper
```
## How to use
```js
const Helper = require('condor-context-test-helper');
const helper = new Helper();
```
## License and Credits
MIT License. Copyright 2017
Built by the [GRPC experts](https://devsu.com) at Devsu.