File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
2402402 . 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 `
You can’t perform that action at this time.
0 commit comments