1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Added content to Mocha npm (#2113)

This commit is contained in:
Devesh Swarnkar
2022-10-05 04:42:35 +05:30
committed by GitHub
parent 9ff8010fad
commit c0af8a8f8a

View File

@@ -1 +1,8 @@
# Mocha
# 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>