File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ changes:
113113 strictEqual ( result . error , undefined ) ;
114114 } ) ;
115115
116- it ( 'should return an empty array if all change versions are valid' , ( ) => {
116+ it ( 'should not report if all change versions are valid' , ( ) => {
117117 const yamlContent = dedent `
118118<!-- YAML
119119changes:
@@ -143,7 +143,7 @@ changes:
143143 strictEqual ( context . report . mock . callCount ( ) , 0 ) ;
144144 } ) ;
145145
146- it ( 'should return an issue if a change version is invalid' , ( ) => {
146+ it ( 'should report an issue if a change version is invalid' , ( ) => {
147147 const yamlContent = dedent `
148148<!-- YAML
149149changes:
@@ -187,7 +187,7 @@ changes:
187187 ] ) ;
188188 } ) ;
189189
190- it ( 'should return an issue if a change version contains a REPLACEME and a version' , ( ) => {
190+ it ( 'should report an issue if a change version contains a REPLACEME and a version' , ( ) => {
191191 const yamlContent = dedent `
192192<!-- YAML
193193changes:
You can’t perform that action at this time.
0 commit comments