/node-mocha-bootstrap

simple nodejs app with mocha test

Primary LanguageJavaScript

simple nodejs setup with mocha tests

Build Status

Dependencies

  • mocha / chai for testing
  • nyc for code coverage

Installation

npm ci

Run tests

with watch

npm run test:watch