Add .env.example

This commit is contained in:
Peter Maquiran
2021-07-10 09:11:03 +01:00
parent 451cfaa229
commit 0d2a832a21
8 changed files with 27 additions and 10 deletions
+3
View File
@@ -32,6 +32,9 @@ npm run start
## Run test
```bash
# incase you don't have .env file
cp ./.env.example ./.env
npm run jest
```