Design par les tests - Séance 1 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 👌