From ebf63dc94c8ff5b8b7c98d70d936a0b3763e33de Mon Sep 17 00:00:00 2001 From: Benevanio Santos Date: Sun, 22 Mar 2026 15:03:58 -0300 Subject: [PATCH] docs: update testing practices link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5efeccd..3307917 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ npm --workspace frontend run test:coverage npm --workspace backend run test:coverage ``` -Guia de boas praticas de testes: `TESTING.md`. +Guia de boas praticas de testes: [TESTING.md](https://github.com/Benevanio/Jobs_Scraper_Global/blob/master/TESTING.md). ## Variaveis de ambiente