promyze / node-tdd-watcher

A simple example of a Node project with Typescript and Mocha in watch mode for TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a template to run tests with TypeScript tests in Node.js using Test-Driven Development, thanks to Mocha watch mode.

Two commands are available :

  • npm run test runs all the tests
  • npm run test:watch runs all the tests and watches modifications in the source code.

About

A simple example of a Node project with Typescript and Mocha in watch mode for TDD

License:Apache License 2.0


Languages

Language:TypeScript 100.0%