Browse Source

fix(docs): typo

pull/6377/head
Wing-Kam Wong 1 year ago
parent
commit
39f6fb3230
  1. 2
      packages/noco-docs/docs/050.engineering/040.unit-testing.md

2
packages/noco-docs/docs/050.engineering/040.unit-testing.md

@ -16,7 +16,7 @@ description: "Overview to Unit Testing"
### Setup
```bash
pnpm --filter=-nocodb install
pnpm --filter=nocodb install
# add a .env file
cp tests/unit/.env.sample tests/unit/.env

Loading…
Cancel
Save