Closed tanaysingh3484 closed 6 months ago
MQGET
test by adding an exec
statement to first execute the basicput.js
file, following which the getMessage
function is calledchai-as-promised
library, that deals with testing functions that return a Promise.README
for the test directory, which contains the information needed to run these testcasesbasicget.js
with the required module.exports
.
Created a Unit-test file for the
basicget.js
file, using theChai
assertion library.