From e8c36434373495522a9c3337ff6e7975781bd250 Mon Sep 17 00:00:00 2001 From: Alina L Date: Thu, 17 Jun 2021 08:29:09 -0700 Subject: [PATCH] feat(tdd): add QA ref --- testing-and-tdd/testing-and-tdd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing-and-tdd/testing-and-tdd.md b/testing-and-tdd/testing-and-tdd.md index e82181d68..d2f1c7b99 100644 --- a/testing-and-tdd/testing-and-tdd.md +++ b/testing-and-tdd/testing-and-tdd.md @@ -34,7 +34,7 @@ Testing makes your code better, lets you work faster, and can actually be fun! ### Outline - Why test? - - QA + - [QA](https://www.techopedia.com/definition/9038/quality-assurance-qa) - Test methodologies - Test-Driven Development - Types of tests