Skip to content

Commit ec4837c

Browse files
committed
docs: align constants/unicode with namespace conventions
Rename second test description from `'the exported object contains key-value pairs'` to `'the exported object contains constants'` (80% of siblings use the latter wording).
1 parent 8dfcfe7 commit ec4837c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/constants/unicode/test

lib/node_modules/@stdlib/constants/unicode/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tape( 'main export is an object', function test( t ) {
3333
t.end();
3434
});
3535

36-
tape( 'the exported object contains key-value pairs', function test( t ) {
36+
tape( 'the exported object contains constants', function test( t ) {
3737
var keys = objectKeys( ns );
3838
t.strictEqual( keys.length > 0, true, 'has keys' );
3939
t.end();

0 commit comments

Comments
 (0)