peanutsando / express-tdd

express tdd example with mocha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express TDD Example

Express usage Quick Start

$ npm install -g express-generator@4
$ express /express-tdd && cd /express-tdd
$ npm install
$ npm start

Test Script

$ npm run test:index
$ npm run test:user

TDD Package

$ npm install mocha
$ npm install supertest
$ npm install chai

Reference

About

express tdd example with mocha


Languages

Language:JavaScript 98.5%Language:CSS 1.5%