Skip to content

Commit

Permalink
Update tests.md (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmcalder authored May 3, 2022
1 parent 93f9527 commit 2095905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/shared/.docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ To run the tests for an exercise, simply execute the `test_<exercise_name>.R` sc

This can be conveniently done with [testthat's `auto_test` function](https://testthat.r-lib.org/reference/auto_test.html). Because exercism code and tests are in the same folder, use this same path for both `code_path` and `test_path` parameters. On the command-line, you can also run `Rscript test_<exercise_name>.R`.

See the [tests page](https://exercism.org/tracks/r/tests) for more information.
See the [tests page](https://exercism.org/docs/tracks/r/tests) for more information.

0 comments on commit 2095905

Please sign in to comment.