fix(nocodb): Renamed .env.copy to .env.sample

This commit is contained in:
Muhammed Mustafa
2022-09-21 18:34:05 +05:30
parent eb12661342
commit 2a9e1a8573
2 changed files with 4 additions and 7 deletions

View File

@@ -30,13 +30,13 @@ npm install
- Add your `env` file with the following command
```
cp tests/unit/.env.copy tests/unit/.env
``` bash
cp tests/unit/.env.sample tests/unit/.env
```
- Open the `.env` file
```
``` bash
open tests/unit/.env
````
@@ -47,12 +47,9 @@ open tests/unit/.env
> DB_HOST : mysql host </br>
> DB_PORT : mysql port </br>
### How to run tests
```
``` bash
npm run test:unit
```