Unit testing - TP 1 - Exchange
git clone https://github.com/atfera/esgi-4iw2-unitTest-tp.git
cd esgi-4iw2-unitTest-tp
npm install
Run Exchange unit test
npm run test ./src/Exchange/Exchange.test.js
Run All tests
npm run test
Run all tests with description displayed
npm run test -- --verbose