Skip to content

quickstart-app/nodejs-mocha-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-mocha-test

Travis Build Status Build Status

Testing node js applications with mocha

Start with $

git clone https://github.com/quickstart-app/nodejs-mocha-test.git
cd nodejs-mocha-test
npm i

Available Scripts

Run the tests defined with Cucumber, and see the coverage:

npm run coverage-cucumber

Run the tests defined with Cucumber:

npm run cucumber

Run the tests with mocha, and see the coverage:

npm run coverage-mocha

Run the tests defined in the pattern: /src/**/*.test.js with mocha:

npm test

About

Testing node js applications with mocha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors