Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tungv/jshcm-testing
- Owner: tungv
- Created: 2014-02-26T08:55:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T17:30:51.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T13:17:28.178Z (3 months ago)
- Language: CoffeeScript
- Size: 152 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/` dirWhen you are ready with the environment. Run test by `sh run_tests.sh`