Skip to content

Commit

Permalink
Minor typo (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Nov 28, 2024
1 parent c798d00 commit b951829
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 @@ -5,7 +5,7 @@ If not already installed, Arturo will download this package automatically at run

To run tests, navigate to the exercise folder in your terminal and run either `arturo tester.art` or `exercism test`.

Each exercse folder contains three key files:
Each exercise folder contains three key files:
`src/<exercise-name>.art` contains the solution to be tested.
`tests/test-<exercise-name>.art` contains the exercise tests
`tester.art` is the testing entry-point which runs and reports the tests inside `tests/test-<exercise-name>.art`.
Expand Down

0 comments on commit b951829

Please sign in to comment.