Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbrtsmith/mocha-chai-javascript-tests
https://github.com/rbrtsmith/mocha-chai-javascript-tests
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbrtsmith/mocha-chai-javascript-tests
- Owner: rbrtsmith
- Created: 2015-11-30T21:44:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T21:55:13.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T02:36:28.381Z (over 1 year ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mocha-Chai-JavaScript-tests
Me learning some TDD, using the [Mocha](https://mochajs.org/) framework and [Chai](http://chaijs.com/) assertion library.
I am also using [blanket.js](http://blanketjs.org/) a JavaScript code coverage library.The tests cover a few basic functions, `Sanitize()`, `Fibonacci()`, and `doubleAll()` which are found at `src/index.js`.
There's also a bunch of Crockford questions found in `src/crock-solutions.js`.
All the tests are found in `test/test.js`.