Skip to content

Commit

Permalink
docs(test): fix uiua testing instructions (#123)
Browse files Browse the repository at this point in the history
the TESTS.md says that to run tests, you're supposed to use `uiua tests tests.ua` but (at least on v0.13.0) the correct command is `uiua test tests.ua`
  • Loading branch information
cafkafk authored Dec 15, 2024
1 parent 1ea70d9 commit e979689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ However, modifying tests does not affect the online test-runner process.

## Local Testing

To runs an exercise's tests, open a terminal in the exercise's directory and run the `uiua tests tests.ua` command.
To runs an exercise's tests, open a terminal in the exercise's directory and run the `uiua test tests.ua` command.

For example, the output of an unedited `hello-world` exercise might look like this:

Expand Down

0 comments on commit e979689

Please sign in to comment.