blanket.js Questions
3
Has anyone managed to get code coverage working with an Ember CLI project?
I've tried using blanket.js and istanbul, as have others here, here and here, neither with any success. I've managed to g...
Extraterrestrial asked 13/10, 2014 at 9:55
4
I am trying to get the code coverage in MOCHA JS test. I am using the blanket and the but I am getting 0 % coverage 0 SLOC why I am not understanding.
my package.json is
{
"name": "basics",
"ve...
Speaking asked 24/4, 2015 at 19:55
3
I am testing some code programmatically using Jasmine from Node. To do this, I've setup the following:
function runTests() {
var Jasmine = require('jasmine');
var jasmine = new Jasmine();
jas...
Lorrainelorrayne asked 17/12, 2015 at 2:37
1
Solved
I am trying to decide on a JS test code coverage tool but cannot see clearly the differences between them. The top hits in Google are blanket.js, istanbul-js and JSCover.
Can anyone offer a...
Tenderhearted asked 17/8, 2015 at 3:2
2
Solved
I have been testing with Jasmine 2.0.0 and it works without any problem.
But there's a problem when I append BlanketJS to my code.
I used a specRunner(https://github.com/alex-seville/blanket/blob...
Beshore asked 29/1, 2014 at 1:21
2
Solved
I would like to run blanket.js with qunit in my Ember-Cli app - I would like to avoid adding in grunt for only this purpose
Tried to use npm install --save-dev blanket ( putting it in the node_mod...
Nondisjunction asked 30/6, 2014 at 20:33
1
I'm currently using ember-cli with ember-qUnit for testing. I would also like to add code coverage results to the test output, so after some research blanketjs seemed the way to go. I installed bla...
Sepulture asked 18/9, 2014 at 8:30
1
I have node.js based projects that also include client side code. I have 2 separate unit test suites, 1 for front end and 1 for back end. I currently have mocha running using blanket for code cover...
Verbatim asked 9/2, 2014 at 12:4
1
© 2022 - 2024 — McMap. All rights reserved.