Skip to content

Commit 7162c36

Browse files
authored
Challenge 14 Docs: fix run test command (#1304)
1 parent 1dfd4b6 commit 7162c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/docs/challenges/rxjs/14-race-condition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Correct your application to pass the test
2626

2727
## Run the test
2828

29-
HEADLESS : `npx nx component-test rxjs-race-condition`
30-
WATCH MODE : `npx nx component-test rxjs-race-condition --watch`
29+
HEADLESS : `npx nx test rxjs-race-condition`
30+
WATCH MODE : `npx nx test rxjs-race-condition --watch`

0 commit comments

Comments
 (0)