Skip to content

Commit c5ddcc5

Browse files
committed
Update test descriptions
1 parent cc50f07 commit c5ddcc5

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/_tools/static-analysis/js/sloc-file-list/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/_tools/static-analysis/js/sloc-file-list/test/test.async.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ tape( 'the function returns an error to a provided callback if an error is encou
209209
}
210210
});
211211

212-
tape( 'by default, the function analyzes input files and returns a cumulative static summary to a provided callback', function test( t ) {
212+
tape( 'by default, the function analyzes input files and returns a cumulative SLOC summary to a provided callback', function test( t ) {
213213
var files = [ __filename, __filename ];
214214
analyze( files, clbk );
215215

@@ -224,7 +224,7 @@ tape( 'by default, the function analyzes input files and returns a cumulative st
224224
}
225225
});
226226

227-
tape( 'if the `cumulative` option is `true`, the function analyzes input files and returns a cumulative static summary to a provided callback', function test( t ) {
227+
tape( 'if the `cumulative` option is `true`, the function analyzes input files and returns a cumulative SLOC summary to a provided callback', function test( t ) {
228228
var files;
229229
var opts;
230230

0 commit comments

Comments
 (0)