Unit testing in Nodejs Using Mocha
To do unit testing in node we will be using mocha for running test cases and chai for BBD styles test cases.
STEP 1: Install Dependency
npm install mocha
npm install chai
npm install chai-http
STEP 2: Initialize test File
Getting Ready Test File
re...
bvek.hashnode.dev2 min read