Commit d0c4a11
docs(kafka-streams-demo): fix node:test command + include subscribe helper
Reviewer blocker. Documented `node --test demo/kafka-streams/test/`
fails with MODULE_NOT_FOUND because node:test does not accept a bare
directory as a positional spec. Use a glob (`test/*.mjs`) so all four
helper test files are picked up, and add lib/subscribe.mjs to the
helpers list now that it ships alongside the originals.1 parent d2ceb01 commit d0c4a11
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments