diff --git a/content/roadmaps/100-frontend/content/115-testing-your-apps/105-mocha.md b/content/roadmaps/100-frontend/content/115-testing-your-apps/105-mocha.md
index 276bde099..ab5cc98e4 100644
--- a/content/roadmaps/100-frontend/content/115-testing-your-apps/105-mocha.md
+++ b/content/roadmaps/100-frontend/content/115-testing-your-apps/105-mocha.md
@@ -1 +1,7 @@
-# Mocha
\ No newline at end of file
+# Mocha
+
+Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.
+
+Free Resources
+Official Website and Docs
+Testing Node.js with Mocha