marioaquino / example-nodejs-project

An example project to show the way I'm testing node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example node.js project

This repo is to show how I am currently architecting my node.js projects.

Please feel free to use it as a basis for your own projects.

The interesting bit is currently in test/integration/user_sees_homepage.js - note how I'm stubbing out the response object.

I welcome patches and improvements.

About

An example project to show the way I'm testing node.js

License:MIT License


Languages

Language:JavaScript 100.0%