teodoran / kodekollektivet

Yet another node.js based blog
kodekollektivet.no
MIT License
0 stars 0 forks source link

No test-system #3

Closed teodoran closed 10 years ago

teodoran commented 10 years ago

A test-system should be used with the code, and tests for the all-ready written code should be made. The test-system should be able to run all tests automatically on deployment.

teodoran commented 10 years ago

Trying out mocha right now. Fingers crossed!

teodoran commented 10 years ago

Mocha is up and running. It is included in the package.json configuration, so npm update or install or update should be amble to install it locally. Still you probably want to install it globally. npm install -g mocha takes care of that.