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 95fdf7f commit 1d807f3Copy full SHA for 1d807f3
lib/node_modules/@stdlib/dstructs/named-typed-tuple/test/test.to_locale_string.js
@@ -131,7 +131,7 @@ tape( 'the method serializes a tuple as a locale-specific string (locale and opt
131
t.end();
132
});
133
134
-tape( 'the method handles boolean and NaN values', function test( t ) {
+tape( 'the method handles NaN values', function test( t ) {
135
var expected;
136
var Record;
137
var actual;
0 commit comments