Skip to content

Commit ed9f6c1

Browse files
committed
test: update test description
1 parent e4d6bf9 commit ed9f6c1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/string/first/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/string/first/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ tape( 'the function returns an empty string if provided an empty string', functi
9292
t.end();
9393
});
9494

95-
tape( 'the function returns the expected value of a provided string', function test( t ) {
95+
tape( 'the function returns the first visual character of a provided string', function test( t ) {
9696
var out;
9797

9898
out = first( 'hello world' );

0 commit comments

Comments
 (0)