File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ describe('events', () => {
634
634
if ( ! exception && error ) {
635
635
throw error ;
636
636
}
637
- if ( expected ) {
637
+ if ( expected !== undefined ) {
638
638
assert . deepStrictEqual ( result , expected ) ;
639
639
}
640
640
if ( mapCounts ) {
@@ -1141,7 +1141,7 @@ describe('events', () => {
1141
1141
'reserved @id value' ,
1142
1142
'invalid property'
1143
1143
] ,
1144
- testUnSafe : true
1144
+ testNotSafe : true
1145
1145
} ) ;
1146
1146
} ) ;
1147
1147
@@ -1189,7 +1189,7 @@ describe('events', () => {
1189
1189
} ,
1190
1190
events : 2
1191
1191
} ,
1192
- testUnSafe : true
1192
+ testNotSafe : true
1193
1193
} ) ;
1194
1194
} ) ;
1195
1195
@@ -1224,7 +1224,7 @@ describe('events', () => {
1224
1224
} ,
1225
1225
events : 1
1226
1226
} ,
1227
- testUnSafe : true
1227
+ testNotSafe : true
1228
1228
} ) ;
1229
1229
} ) ;
1230
1230
@@ -1266,7 +1266,7 @@ describe('events', () => {
1266
1266
} ,
1267
1267
events : 1
1268
1268
} ,
1269
- testUnSafe : true
1269
+ testNotSafe : true
1270
1270
} ) ;
1271
1271
} ) ;
1272
1272
@@ -1304,7 +1304,7 @@ describe('events', () => {
1304
1304
} ,
1305
1305
events : 1
1306
1306
} ,
1307
- testUnSafe : true
1307
+ testNotSafe : true
1308
1308
} ) ;
1309
1309
} ) ;
1310
1310
@@ -1346,7 +1346,7 @@ describe('events', () => {
1346
1346
} ,
1347
1347
events : 1
1348
1348
} ,
1349
- testUnSafe : true
1349
+ testNotSafe : true
1350
1350
} ) ;
1351
1351
} ) ;
1352
1352
@@ -1389,7 +1389,7 @@ describe('events', () => {
1389
1389
} ,
1390
1390
events : 2
1391
1391
} ,
1392
- testUnSafe : true
1392
+ testNotSafe : true
1393
1393
} ) ;
1394
1394
} ) ;
1395
1395
@@ -1428,7 +1428,7 @@ describe('events', () => {
1428
1428
} ,
1429
1429
events : 1
1430
1430
} ,
1431
- testUnSafe : true
1431
+ testNotSafe : true
1432
1432
} ) ;
1433
1433
} ) ;
1434
1434
} ) ;
You can’t perform that action at this time.
0 commit comments