Using VS2012, right click on the page to test and select Open in Browser, the QUnit page is brought up with no issue. When I select either Run JSTest or Show Code Coverage I get the following error:
JS Error: TypeError: 'undefined' is not an object (evaluating 'window.QUnit.config.autostart = false')
at onQUnitLoaded in phantomjs://webpage.evaluate() (line 5)
in phantomjs://webpage.evaluate() (line 155)
in phantomjs://webpage.evaluate() (line 155)
I is it possible that blanket and QUnit are not being called in the correct order?
Comments: User figured out that they were setting the reference path wrong. Once updated tests and coverage worked fine
JS Error: TypeError: 'undefined' is not an object (evaluating 'window.QUnit.config.autostart = false')
at onQUnitLoaded in phantomjs://webpage.evaluate() (line 5)
in phantomjs://webpage.evaluate() (line 155)
in phantomjs://webpage.evaluate() (line 155)
I is it possible that blanket and QUnit are not being called in the correct order?
Comments: User figured out that they were setting the reference path wrong. Once updated tests and coverage worked fine