From 56a063178bef66cfef5f229fa8a9a871c4e019b6 Mon Sep 17 00:00:00 2001 From: Jenn Junod Date: Tue, 16 Aug 2022 16:45:25 -0600 Subject: [PATCH] Adding Testing JavaScript link --- docs/contributing/introduction-to-contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing/introduction-to-contributing.md b/docs/contributing/introduction-to-contributing.md index d1740ec1..9f0891da 100644 --- a/docs/contributing/introduction-to-contributing.md +++ b/docs/contributing/introduction-to-contributing.md @@ -36,6 +36,7 @@ For running the test suite, use the following command. Since the tests run in wa # the tests will run in watch mode by default npm test ``` +For more info on testing React and JavaScript, check out this course [Testing JavaScript](https://testingjavascript.com/) ## Pull requests