From c0af8a8f8ae61ee3d7230ba3eb8b7e64bed00e7e Mon Sep 17 00:00:00 2001 From: Devesh Swarnkar <71492529+devesh-0419@users.noreply.github.com> Date: Wed, 5 Oct 2022 04:42:35 +0530 Subject: [PATCH] Added content to Mocha npm (#2113) --- .../107-nodejs/content/111-nodejs-testing/101-mocha.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/111-nodejs-testing/101-mocha.md b/content/roadmaps/107-nodejs/content/111-nodejs-testing/101-mocha.md index 276bde099..404e73424 100644 --- a/content/roadmaps/107-nodejs/content/111-nodejs-testing/101-mocha.md +++ b/content/roadmaps/107-nodejs/content/111-nodejs-testing/101-mocha.md @@ -1 +1,8 @@ -# Mocha \ No newline at end of file +# Mocha + +Mocha is an open source JavaScript test framework running on Nodejs and in the browser, making asynchronous testing simple and fun, and it's a great candidate for BDD (Behavior Driven Development). + +Free Content +Official Website +Mocha Documentation +Mocha Tutorial