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

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).

Awesome Lists containing this project

README

          

# condor-context-test-helper

A simple helper module to create a GRPC context, (for testing purposes).

[![Build Status](https://travis-ci.org/devsu/condor-context-test-helper.svg?branch=master)](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.