Browse Source

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

pull/3721/head
Muhammed Mustafa 2 years ago
parent
commit
2a9e1a8573
  1. 11
      packages/noco-docs/content/en/engineering/testing.md
  2. 0
      packages/nocodb/tests/unit/.env.sample

11
packages/noco-docs/content/en/engineering/testing.md

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

0
packages/nocodb/tests/unit/.env.copy → packages/nocodb/tests/unit/.env.sample

Loading…
Cancel
Save