@@ -660,7 +660,7 @@ describe('events', () => {
660
660
error = e ;
661
661
}
662
662
663
- assert ( error ) ;
663
+ assert ( error , 'missing safe validation error' ) ;
664
664
}
665
665
// test passes with strict event handler
666
666
if ( testStrict ) {
@@ -683,7 +683,7 @@ describe('events', () => {
683
683
error = e ;
684
684
}
685
685
686
- assert ( error ) ;
686
+ assert ( error , 'missing strict validation error' ) ;
687
687
}
688
688
}
689
689
@@ -1118,7 +1118,7 @@ describe('events', () => {
1118
1118
} ) ;
1119
1119
} ) ;
1120
1120
1121
- describe ( 'unmappedValue ' , ( ) => {
1121
+ describe ( 'values ' , ( ) => {
1122
1122
it ( 'should have zero counts with empty list' , async ( ) => {
1123
1123
const input = [ ] ;
1124
1124
const expected = [ ] ;
@@ -1197,7 +1197,7 @@ describe('events', () => {
1197
1197
} ) ;
1198
1198
} ) ;
1199
1199
1200
- it ( 'should notify for @set free-floating scaler' , async ( ) => {
1200
+ it ( 'should emit for @set free-floating scaler' , async ( ) => {
1201
1201
const input =
1202
1202
{
1203
1203
"@set" : [
@@ -1250,7 +1250,7 @@ describe('events', () => {
1250
1250
} ) ;
1251
1251
} ) ;
1252
1252
1253
- it ( 'should notify for @list free-floating scaler' , async ( ) => {
1253
+ it ( 'should emit for @list free-floating scaler' , async ( ) => {
1254
1254
const input =
1255
1255
{
1256
1256
"@list" : [
@@ -1293,7 +1293,7 @@ describe('events', () => {
1293
1293
} ) ;
1294
1294
} ) ;
1295
1295
1296
- it ( 'should notify for null @value' , async ( ) => {
1296
+ it ( 'should emit for null @value' , async ( ) => {
1297
1297
const input =
1298
1298
{
1299
1299
"urn:property" : {
@@ -1326,7 +1326,7 @@ describe('events', () => {
1326
1326
} ) ;
1327
1327
} ) ;
1328
1328
1329
- it ( 'should notify for @language alone' , async ( ) => {
1329
+ it ( 'should emit for @language alone' , async ( ) => {
1330
1330
const input =
1331
1331
{
1332
1332
"urn:property" : {
@@ -1438,7 +1438,7 @@ describe('events', () => {
1438
1438
} ) ;
1439
1439
} ) ;
1440
1440
1441
- describe ( 'unmappedProperty ' , ( ) => {
1441
+ describe ( 'properties ' , ( ) => {
1442
1442
it ( 'should have zero counts with absolute term' , async ( ) => {
1443
1443
const input =
1444
1444
{
0 commit comments