Top 6 JavaScript test-driven-development Projects
-
Mocha is a simple and flexible JavaScript testing framework for browser and Node.js applications. Unlike other testing frameworks, it takes a minimalist approach and relies on external libraries for key tasks. It uses Sinon for handling spies, stubs, and mocks, and Chai as the assertion engine. Mocha is extensible through many plugins and can integrate with most test runners.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
javascript-todo-list-tutorial
✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
-
serverless-mocha-plugin
Plugin for Serverless Framework which adds support for test-driven development using Mocha
-
-
cicd-with-herokuci
This is a demo factorial app for the building CI/CD workflow with Heroku CI article https://blog.mikemwanje.dev/build-a-cicd-pipeline-with-heroku-ci. The application calculates the factorial of a number.
-
JavaScript test-driven-development discussion
Index
What are some of the best open-source test-driven-development projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | Sinon.JS | 9,641 |
2 | javascript-todo-list-tutorial | 625 |
3 | serverless-mocha-plugin | 160 |
4 | expect-mocha-image-snapshot | 5 |
5 | cicd-with-herokuci | 3 |
6 | tdd-fql-jest | 0 |