fixed broken link to TESTING.md

Signed-off-by: William Trelawny (willman42) <william@trelawny.family>
This commit is contained in:
William Trelawny (willman42) 2022-09-03 18:35:43 -04:00
parent 4a636fb7ba
commit 0b9e9a5af6
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ Please review the following before opening a pull request (PR) to help your PR g
* To ensure proper testing and quality control, target any code change pull requests against `dev` branch.
* Make sure the tests pass
* Take a look at [TESTING.md](TESTING.md) to see how to run tests locally so you do not have to push all your code to a PR and have GitHub Actions run it.
* Take a look at [TESTING.md](test/TESTING.md) to see how to run tests locally so you do not have to push all your code to a PR and have GitHub Actions run it.
* Your tests will probably run faster locally and you get a faster feedback loop.