We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d6bf9 commit ed9f6c1Copy full SHA for ed9f6c1
1 file changed
lib/node_modules/@stdlib/string/first/test/test.js
@@ -92,7 +92,7 @@ tape( 'the function returns an empty string if provided an empty string', functi
92
t.end();
93
});
94
95
-tape( 'the function returns the expected value of a provided string', function test( t ) {
+tape( 'the function returns the first visual character of a provided string', function test( t ) {
96
var out;
97
98
out = first( 'hello world' );
0 commit comments