From c0b19fec32f7131711ac1088e8cf7a308d5df4d8 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Thu, 17 Feb 2022 21:19:21 +0700 Subject: [PATCH] Added Resources for Mocha (#1141) * Added Resources for Mocha * Update content/roadmaps/100-frontend/content/115-testing-your-apps/105-mocha.md Co-authored-by: Kamran Ahmed --- .../content/115-testing-your-apps/105-mocha.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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