File tree 1 file changed +4
-4
lines changed
packages/browser/test/integration/suites
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ describe('wrapped built-ins', function () {
182
182
183
183
assert . deepEqual ( summary . events [ 0 ] . exception . values [ 0 ] . mechanism , {
184
184
type : 'instrument' ,
185
- handled : true ,
185
+ handled : false ,
186
186
data : {
187
187
function : 'onreadystatechange' ,
188
188
} ,
@@ -237,7 +237,7 @@ describe('wrapped built-ins', function () {
237
237
238
238
assert . deepEqual ( summary . events [ 0 ] . exception . values [ 0 ] . mechanism , {
239
239
type : 'instrument' ,
240
- handled : true ,
240
+ handled : false ,
241
241
} ) ;
242
242
}
243
243
} ) ;
@@ -277,7 +277,7 @@ describe('wrapped built-ins', function () {
277
277
assert . oneOf ( target , [ 'Node' , 'EventTarget' ] ) ;
278
278
assert . deepEqual ( summary . events [ 0 ] . exception . values [ 0 ] . mechanism , {
279
279
type : 'instrument' ,
280
- handled : true ,
280
+ handled : false ,
281
281
data : {
282
282
function : 'addEventListener' ,
283
283
} ,
@@ -313,7 +313,7 @@ describe('wrapped built-ins', function () {
313
313
assert . oneOf ( target , [ 'Node' , 'EventTarget' ] ) ;
314
314
assert . deepEqual ( summary . events [ 0 ] . exception . values [ 0 ] . mechanism , {
315
315
type : 'instrument' ,
316
- handled : true ,
316
+ handled : false ,
317
317
data : {
318
318
function : 'addEventListener' ,
319
319
handler : '<anonymous>' ,
You can’t perform that action at this time.
0 commit comments