From 7df71dd2235aef04ac0b96c7ee860b3a99ad0d86 Mon Sep 17 00:00:00 2001 From: sbriat Date: Tue, 7 Feb 2023 18:33:53 +0100 Subject: [PATCH] update readme --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 357df45..6d430ca 100644 --- a/README.md +++ b/README.md @@ -53,18 +53,6 @@ It is the responsibility of each service to set the routing key to the appropria To handle logs for a given service, a controller corresponding to the service must be set. In this controller, you must define a handler for each action and level. You must also define a unique RabbitMQ queue for this handler (this permits to use durable queues, allowing to keep logs in RabbitMQ even if the logger service is down). -## Test - -```bash -# unit tests -docker exec v3-user sh -c "npm run test" - -# test coverage -docker exec v3-user sh -c "npm run test:cov" -``` - -Note : you can run all npm commands directly _outside_ the container (see _scripts_ section of `package.json` for available commands), but you need NodeJS installed locally. We **strongly** advise to install [Node Version Manager](https://github.com/nvm-sh/nvm) and use the latest LTS version of Node. - ## License Mobicoop V3 - Logger Service is [AGPL licensed](LICENSE).