We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285c16e commit 72aac46Copy full SHA for 72aac46
lib/node_modules/@stdlib/plot/test/test.js
@@ -33,7 +33,7 @@ tape( 'main export is a function', function test( t ) {
33
t.end();
34
});
35
36
-tape( 'the export is an alias for a plot constructor', function test( t ) {
+tape( 'the main export is a plot constructor', function test( t ) {
37
t.strictEqual( plot, Plot, 'is alias' );
38
39
0 commit comments