Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwcnewton/chai-mocha-dll
June dll node project
https://github.com/jwcnewton/chai-mocha-dll
chai dll mocha
Last synced: 13 days ago
JSON representation
June dll node project
- Host: GitHub
- URL: https://github.com/jwcnewton/chai-mocha-dll
- Owner: jwcnewton
- Created: 2017-06-20T22:22:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T12:04:38.000Z (over 7 years ago)
- Last Synced: 2024-10-10T14:22:20.825Z (2 months ago)
- Topics: chai, dll, mocha
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chai-mocha-dll
[![Build Status](https://travis-ci.org/jwcnewton/chai-mocha-dll.svg?branch=master)](https://travis-ci.org/jwcnewton/chai-mocha-dll) [![Coverage Status](https://coveralls.io/repos/github/jwcnewton/chai-mocha-dll/badge.svg?branch=master)](https://coveralls.io/github/jwcnewton/chai-mocha-dll?branch=master) [![bitHound Overall Score](https://www.bithound.io/github/jwcnewton/chai-mocha-dll/badges/score.svg)](https://www.bithound.io/github/jwcnewton/chai-mocha-dll)
### Quick start
```bash
# Install packages
$ npm install# Run Babel
$ gulp# Run the tests
$ npm test# Istanbul code coverage
$ npm run cover## Dependencies
What you need to run this app:
* `node` and `npm` (Use [NVM](https://github.com/creationix/nvm))