@@ -660,7 +660,7 @@ describe('events', () => {
660660 error = e ;
661661 }
662662
663- assert ( error ) ;
663+ assert ( error , 'missing safe validation error' ) ;
664664 }
665665 // test passes with strict event handler
666666 if ( testStrict ) {
@@ -683,7 +683,7 @@ describe('events', () => {
683683 error = e ;
684684 }
685685
686- assert ( error ) ;
686+ assert ( error , 'missing strict validation error' ) ;
687687 }
688688 }
689689
@@ -1118,7 +1118,7 @@ describe('events', () => {
11181118 } ) ;
11191119 } ) ;
11201120
1121- describe ( 'unmappedValue ' , ( ) => {
1121+ describe ( 'values ' , ( ) => {
11221122 it ( 'should have zero counts with empty list' , async ( ) => {
11231123 const input = [ ] ;
11241124 const expected = [ ] ;
@@ -1197,7 +1197,7 @@ describe('events', () => {
11971197 } ) ;
11981198 } ) ;
11991199
1200- it ( 'should notify for @set free-floating scaler' , async ( ) => {
1200+ it ( 'should emit for @set free-floating scaler' , async ( ) => {
12011201 const input =
12021202{
12031203 "@set" : [
@@ -1250,7 +1250,7 @@ describe('events', () => {
12501250 } ) ;
12511251 } ) ;
12521252
1253- it ( 'should notify for @list free-floating scaler' , async ( ) => {
1253+ it ( 'should emit for @list free-floating scaler' , async ( ) => {
12541254 const input =
12551255{
12561256 "@list" : [
@@ -1293,7 +1293,7 @@ describe('events', () => {
12931293 } ) ;
12941294 } ) ;
12951295
1296- it ( 'should notify for null @value' , async ( ) => {
1296+ it ( 'should emit for null @value' , async ( ) => {
12971297 const input =
12981298{
12991299 "urn:property" : {
@@ -1326,7 +1326,7 @@ describe('events', () => {
13261326 } ) ;
13271327 } ) ;
13281328
1329- it ( 'should notify for @language alone' , async ( ) => {
1329+ it ( 'should emit for @language alone' , async ( ) => {
13301330 const input =
13311331{
13321332 "urn:property" : {
@@ -1438,7 +1438,7 @@ describe('events', () => {
14381438 } ) ;
14391439 } ) ;
14401440
1441- describe ( 'unmappedProperty ' , ( ) => {
1441+ describe ( 'properties ' , ( ) => {
14421442 it ( 'should have zero counts with absolute term' , async ( ) => {
14431443 const input =
14441444{
0 commit comments