https://github.com/dfkaye/tdd-boilerplate
example TDD boilerplate for JavaScript projects using node.js, mocha, testem, and rawgithub
https://github.com/dfkaye/tdd-boilerplate
Last synced: 5 months ago
JSON representation
example TDD boilerplate for JavaScript projects using node.js, mocha, testem, and rawgithub
- Host: GitHub
- URL: https://github.com/dfkaye/tdd-boilerplate
- Owner: dfkaye
- License: mit
- Created: 2014-03-06T19:27:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T20:04:04.000Z (over 10 years ago)
- Last Synced: 2023-05-01T05:05:57.470Z (about 2 years ago)
- Language: JavaScript
- Size: 281 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tdd-boilerplate
A boilerplate for test-driven JavaScript projects using GitHub, node.js, mocha,
testem, rawgit and travis.## travis says...
[](https://travis-ci.org/dfkaye/tdd-boilerplate)
## rawgit
View the mocha tests running in a browser suite on
[rawgit](https://rawgit.com/dfkaye/tdd-boilerplate/master/test/mocha/browser-suite.html)## blog post
[Getting started with tests ~ a TDD boilerplate for JavaScript](http://dfkaye.github.io/2014/03/04/tdd-boilerplate/)
## thanks to the following reviewers
+ [Toby Ho](//github.com/airportyh) ~ creator of
[testem](https://github.com/airportyh/testem)
+ [John B Roberts](//github.com/roberjo)
+ [Jamon Holmgren](//github.com/jamonholmgren)