Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tungv/jshcm-testing

[js-hcm] testing with mocha and chai
https://github.com/tungv/jshcm-testing

Last synced: about 2 months ago
JSON representation

[js-hcm] testing with mocha and chai

Awesome Lists containing this project

README

        

jshcm-testing
=============

[js-hcm] testing with mocha and chai

how to run
==========

start with `npm install`

you need to start 2 different redis instances by
```bash
redis-server --port
```

For example, I use port 6379 for development and 7777 for testing.
However, you can choose any port you like and edit config files in `config/` dir

When you are ready with the environment. Run test by `sh run_tests.sh`