From 29257d38f843d7c3c0835f2cb153f3b9461d7d6f Mon Sep 17 00:00:00 2001 From: shwetchan20 Date: Wed, 15 Oct 2025 23:32:28 +0530 Subject: [PATCH] Add link to general testing framework comparison chart in Jest and Chai lessons --- testing-and-tdd/chai-mocha-testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testing-and-tdd/chai-mocha-testing.md b/testing-and-tdd/chai-mocha-testing.md index ec1a33370..1e32bc5f9 100644 --- a/testing-and-tdd/chai-mocha-testing.md +++ b/testing-and-tdd/chai-mocha-testing.md @@ -1,4 +1,5 @@ # Adding Chai/Mocha Tests to your project +> **Note:** For an overview of how this framework compares to others, see the [General Testing Framework Comparison Chart](testing-and-tdd.md). ### Prerequisites