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 be44b07 commit 62980a0Copy full SHA for 62980a0
lib/node_modules/@stdlib/string/remove-last/test/test.js
@@ -359,7 +359,7 @@ tape( 'the function supports removing the last `n` characters of a provided stri
359
t.strictEqual( out, '六书/六', 'returns expected value' );
360
361
out = removeLast( '🌷', 1, opts );
362
- t.strictEqual( out, '\ud83c', 'returns expected value' );
+ t.strictEqual( out, '', 'returns expected value' );
363
t.end();
364
});
365
0 commit comments