Skip to content

Commit 4a7a5b1

Browse files
committed
docs(DEVELOPER.md): update command references for test and coverage commands
Correct the command references in the documentation from `tux dev test` and `tux dev coverage` to `tux test run` and `tux test coverage` respectively. This change ensures that the documentation accurately reflects the current command structure, improving clarity for developers.
1 parent d77b542 commit 4a7a5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Explore the following pages for more detailed information on specific developmen
2323
* **[Code Coverage](./docs/content/dev/coverage.md)**
2424
* Running tests with coverage tracking.
2525
* Generating and interpreting coverage reports.
26-
* Using `tux dev test`, `tux dev coverage`, and related commands.
26+
* Using `tux test run`, `tux test coverage`, and related commands.
2727
* **[Database Management](./docs/content/dev/database.md)**
2828
* Detailed usage of `tux db` commands (push, migrate, generate, pull, reset).
2929
* Working with Prisma migrations.

0 commit comments

Comments
 (0)