From d9ebe240aaa9e0d1df004a5b34ed4a23a42f9ac1 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 17 Apr 2025 14:22:25 +0200 Subject: [PATCH] Challenge 14 Docs: fix run test command --- docs/src/content/docs/challenges/rxjs/14-race-condition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/challenges/rxjs/14-race-condition.md b/docs/src/content/docs/challenges/rxjs/14-race-condition.md index f7eccf73a..b4fbb8d95 100644 --- a/docs/src/content/docs/challenges/rxjs/14-race-condition.md +++ b/docs/src/content/docs/challenges/rxjs/14-race-condition.md @@ -26,5 +26,5 @@ Correct your application to pass the test ## Run the test -HEADLESS : `npx nx component-test rxjs-race-condition` -WATCH MODE : `npx nx component-test rxjs-race-condition --watch` +HEADLESS : `npx nx test rxjs-race-condition` +WATCH MODE : `npx nx test rxjs-race-condition --watch`