Skip to content

Commit 71dc885

Browse files
authored
realm: Add test-module example to documentation (#2146)
1 parent 799d81d commit 71dc885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ First make sure to generate the host app's `dist/` output in order to support ca
283283
To run the `packages/realm-server/` workspace tests start:
284284

285285
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.
287287

288288
### Boxel UI
289289

0 commit comments

Comments
 (0)