/tdd-mooc-new-js-project

An empty project with JavaScript testing tools preconfigured.

Primary LanguageJavaScript

New JavaScript Project

An empty project with JavaScript testing tools preconfigured. Do whatever you like with it.

Prerequisites

You'll need a recent Node.js version. Then download this project's dependencies with:

npm install

Developing

Run tests once

npm run test

Run tests continuously

npm run autotest

Code reformat

npm run format