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
assert.isTrue(globalOptions.ignoreErrors.test('Script error'),'it should install "Script error" by default');
1088
+
assert.isTrue(globalOptions.ignoreErrors.test('Script error.'),'it should install "Script error." by default');
1089
+
assert.isTrue(globalOptions.ignoreErrors.test('Javascript error: Script error on line 0'),'it should install "Javascript error: Script error on line 0" by default');
1090
+
assert.isTrue(globalOptions.ignoreErrors.test('Javascript error: Script error. on line 0'),'it should install "Javascript error: Script error. on line 0" by default');
1091
+
});
1092
+
});
1093
+
1083
1094
describe('callback function',function(){
1084
1095
it('should callback a function if it is global',function(){
0 commit comments