Comparison of the most popular javascript unit testing frameworks including some mocking mechanisms and reporters. This project contains the following testing frameworks:
- Choose the framework that you want to test.
- Open a command line in this folder.
- Run
npm install
command to install all necessary packages. - Run
npm run test
command to run all tests in the folder.
Note that some of the tests inside each folder will fail. This is done on purpose to show how different testing frameworks and reporters report test failures.