We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d880a commit 6cd06f4Copy full SHA for 6cd06f4
README.md
@@ -309,10 +309,10 @@ The matrix client relies upon the host app and the realm servers. Start the host
309
pnpm start
310
```
311
312
-Then start the realm server (minus the matrix server). From the `packages/realm-server` folder:
+Then start the realm server for matrix tests (does not start the matrix server). From the `packages/realm-server` folder:
313
314
315
-pnpm start:without-matrix
+MATRIX_REGISTRATION_SHARED_SECRET='xxxx' pnpm start:services-for-matrix-tests
316
317
318
Then to run the tests from the CLI execute the following from `packages/matrix`:
0 commit comments