Update unit test README

This commit is contained in:
xbgmsharp
2023-08-14 17:40:04 +02:00
parent 2edff87269
commit d465d91a94

View File

@@ -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
```