18F / edu

Materials pertaining to the 18F Edu segment of the 18F Learn initiative
https://pages.18f.gov/edu/
Other
4 stars 4 forks source link

Module: Unit testing in Node #13

Open mbland opened 9 years ago

mbland commented 9 years ago

Link to document

To help developers unit test their NodeJS code (or JavaScript code in general), write a module explaining the basics of unit testing with Mocha and Chai. This will introduce some core unit testing and testable software design concepts as well as specific tools.

Audience

Check all that apply:

mbland commented 8 years ago

Currently developing https://github.com/18F/hubot-slack-github-issues/ as the basis for https://github.com/18F/unit-testing-node, published as https://pages.18f.gov/unit-testing-node/.

mbland commented 8 years ago

Draft mostly complete and out for Writing Lab and technical review. Master issue: 18F/unit-testing-node#21