You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blanket version:1.2.1, used with QUnit 1.23.1. Problem: Test ok with coverage off, fails with coverage on. Cause: A global object is replaced before test is run. Tested: Firefox 47, Chrome 51, IE 11
JS
var FooBar = {
add: function ( foo ) {
if ( FooBar !== foo ) throw 'Class mismatch';
},
};
Blanket version: 1.2.1, used with QUnit 1.23.1.
Problem: Test ok with coverage off, fails with coverage on.
Cause: A global object is replaced before test is run.
Tested: Firefox 47, Chrome 51, IE 11
JS
HTML
The text was updated successfully, but these errors were encountered: