You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ First make sure to generate the host app's `dist/` output in order to support ca
283
283
To run the `packages/realm-server/` workspace tests start:
284
284
285
285
1.`pnpm start:all` in the `packages/realm-server/` to serve _both_ the base realm and the realm that serves the test cards for node.
286
-
2. Run `pnpm test` in the `packages/realm-server/` workspace to run the realm node tests
286
+
2. Run `pnpm test` in the `packages/realm-server/` workspace to run the realm node tests. `TEST_MODULE=realm-endpoints-test.ts pnpm test-module` is an example of how to run a single test module.
0 commit comments