Closed sechel closed 8 years ago
Skipped tests, i.e., tests invoked with qunit.skip('test name', function()....), are not marked as skipped but are listed as passed.
"karma": "^0.13.21", "karma-chrome-launcher": "^0.2.2", "karma-coverage": "^0.5.3", "karma-firefox-launcher": "^0.1.7", "karma-qunit": "^0.1.9", "karma-requirejs": "^0.2.5", "karma-safari-launcher": "^0.1.1", "karma-verbose-reporter": "0.0.3", "karma-verbose-summary-reporter": "0.0.1", "qunitjs": "^1.22.0",
See also: https://github.com/karma-runner/karma-qunit/pull/39
Fixed by #39
Skipped tests, i.e., tests invoked with qunit.skip('test name', function()....), are not marked as skipped but are listed as passed.