From d465d91a9400130e8008e017b6df4781c99d5574 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Mon, 14 Aug 2023 17:40:04 +0200 Subject: [PATCH] Update unit test README --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 3616a7c..8e23396 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,5 +1,5 @@ # PostgSail Unit Tests -The Unit Tests allow to automatically validate the workflow. +The Unit Tests allow to automatically validate api workflow. ## A global overview Based on `mocha` & `psql` @@ -7,7 +7,7 @@ Based on `mocha` & `psql` ## get started ```bash $ npm i -$ alias mocha="./node_modules/mocha/bin/_mocha" +$ alias mocha="./node_modules/.bin/mocha" $ bash tests.sh ```