Added content to Mocha npm (#2113)

pull/2032/head^2
Devesh Swarnkar 2 years ago committed by GitHub
parent 9ff8010fad
commit c0af8a8f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/107-nodejs/content/111-nodejs-testing/101-mocha.md

@ -1 +1,8 @@
# 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).
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Website' colorScheme="yellow" href='https://www.npmjs.com/package/mocha'>Official Website</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme="yellow" href='https://mochajs.org/'>Mocha Documentation</BadgeLink>
<BadgeLink badgeText='Youtube playlist' colorScheme="red" href='https://youtube.com/playlist?list=PLgbtO1Bcz4C-vU0JLfDBsZGbSUdNX4mQ8'>Mocha Tutorial</BadgeLink>

Loading…
Cancel
Save