/JavaScript_Mocha_Chai_Sinon_Unit_Test_Udemy

Code created from the sample videos from the course "Learn Javascript Unit Testing With Mocha, Chai and Sinon" available at https://www.udemy.com/course/learn-javascript-unit-testing-with-mocha-chai-and-sinon/

Primary LanguageJavaScript

Source

Code extracted from sample videos from course "Learn Javascript Unit Testing With Mocha, Chai and Sinon": https://www.udemy.com/course/learn-javascript-unit-testing-with-mocha-chai-and-sinon/

Description

Simple unit test using Mocha/Chai: "test/tests.js".

Test target

Function "Add" coded in "maths.js".

Project Setup

npm install chai mocha sinon

How to run the test

npm test

Expected:

Add tests

✔ should return 3 when called with 1 and 2

1 passing (5ms)