Design par les tests - puissance 4 typescript starter Setup Install dependencies $ npm install If on Windows change test command (in package.json ) with "test": "set NODE_ENV=test&&mocha --recursive --exit --timeout 10000 --reporter nyan" Launch your tests $ npm test Done 👌