Skip to content

Commit 763bd14

Browse files
committed
fmt
1 parent 7893a7c commit 763bd14

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ Publishing steps:
224224

225225
### Available Test Commands
226226

227-
| Command | Description |
228-
| ----------------- | ------------------------------------------------------ |
229-
| `yarn test:unit` | Run unit tests for all packages |
227+
| Command | Description |
228+
| ----------------- | ------------------------------------ |
229+
| `yarn test:unit` | Run unit tests for all packages |
230230
| `yarn test:local` | Run E2E tests in Node.js environment |
231231

232232
### Running Tests
@@ -238,14 +238,18 @@ Publishing steps:
238238
```
239239

240240
2. End-to-End Tests:
241+
241242
```sh
242243
yarn test:local
243244
```
245+
244246
Optional Environment Variables:
247+
245248
- NETWORK=<network_name> (datil, datil-test, datil-dev, etc.)
246249
- DEBUG=true/false
247250

248251
Optional Flags:
252+
249253
- --filter=<test-name>
250254

251255
See more in `local-tests/README.md`

0 commit comments

Comments
 (0)