Hi,
I have qunit tests and want to see the covergae report using qunit-covergae. Currently I have installed using npm install but i am not able to use it. Please bear with me but I dont know exactly where to put below piece of code and how to run it.
const qunit = require("qunit-coverage");
qunit("path-to-file", {
/* options /
}).then(/ use results */);
As of now, I have defined qunit grunt task and I do grunt qunit which logs the output to command prompt.
Thanks for the help!
Hi,
I have qunit tests and want to see the covergae report using qunit-covergae. Currently I have installed using npm install but i am not able to use it. Please bear with me but I dont know exactly where to put below piece of code and how to run it.
const qunit = require("qunit-coverage");
qunit("path-to-file", {
/* options /
}).then(/ use results */);
As of now, I have defined qunit grunt task and I do grunt qunit which logs the output to command prompt.
Thanks for the help!