Skip to content

Commit 6cd06f4

Browse files
committed
Update docs on how to setup for matrix tests locally
1 parent 76d880a commit 6cd06f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@ The matrix client relies upon the host app and the realm servers. Start the host
309309
pnpm start
310310
```
311311

312-
Then start the realm server (minus the matrix server). From the `packages/realm-server` folder:
312+
Then start the realm server for matrix tests (does not start the matrix server). From the `packages/realm-server` folder:
313313

314314
```
315-
pnpm start:without-matrix
315+
MATRIX_REGISTRATION_SHARED_SECRET='xxxx' pnpm start:services-for-matrix-tests
316316
```
317317

318318
Then to run the tests from the CLI execute the following from `packages/matrix`:

0 commit comments

Comments
 (0)