mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 03:07:47 +00:00
Update unit test README
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# PostgSail Unit Tests
|
# PostgSail Unit Tests
|
||||||
The Unit Tests allow to automatically validate the workflow.
|
The Unit Tests allow to automatically validate api workflow.
|
||||||
|
|
||||||
## A global overview
|
## A global overview
|
||||||
Based on `mocha` & `psql`
|
Based on `mocha` & `psql`
|
||||||
@@ -7,7 +7,7 @@ Based on `mocha` & `psql`
|
|||||||
## get started
|
## get started
|
||||||
```bash
|
```bash
|
||||||
$ npm i
|
$ npm i
|
||||||
$ alias mocha="./node_modules/mocha/bin/_mocha"
|
$ alias mocha="./node_modules/.bin/mocha"
|
||||||
$ bash tests.sh
|
$ bash tests.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user