Skip to content

Commit f1519f5

Browse files
committed
fix(): md file
1 parent dd5ac03 commit f1519f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/content/docs/challenges/forms/61-simplest-signal-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ After completing the challenge, your form should:
5252
You can run tests in watch mode to refactor using Test-Driven Development (TDD):
5353

5454
```bash
55-
nx test forms-simplest-signal-form --watch
55+
nx test forms-simplest-signal-form
5656
```
5757

5858
This will re-run tests automatically as you make changes, helping you ensure all tests continue to pass during your refactoring.

0 commit comments

Comments
 (0)