Skip to content

Commit 3753ee5

Browse files
committed
chore: minor clean-up
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 06667ad commit 3753ee5

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

lib/node_modules/@stdlib/_tools/markdown/img-svg-equation/test/test.validate.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var validate = require( './../lib/validate.js' );
2727
// TESTS //
2828

2929
tape( 'main export is a function', function test( t ) {
30+
t.ok( true, __filename );
3031
t.equal( typeof validate, 'function', 'main export is a function' );
3132
t.end();
3233
});
@@ -55,7 +56,7 @@ tape( 'if provided an `options` argument which is not an object, the function re
5556
t.end();
5657
});
5758

58-
tape( 'if provided a `className` option which is not an string primitive, the function returns a type error', function test( t ) {
59+
tape( 'if provided a `className` option which is not a string primitive, the function returns a type error', function test( t ) {
5960
var values;
6061
var err;
6162
var i;
@@ -81,7 +82,7 @@ tape( 'if provided a `className` option which is not an string primitive, the fu
8182
t.end();
8283
});
8384

84-
tape( 'if provided an `align` option which is not an string primitive, the function returns a type error', function test( t ) {
85+
tape( 'if provided an `align` option which is not a string primitive, the function returns a type error', function test( t ) {
8586
var values;
8687
var err;
8788
var i;
@@ -107,7 +108,7 @@ tape( 'if provided an `align` option which is not an string primitive, the funct
107108
t.end();
108109
});
109110

110-
tape( 'if provided a `raw` option which is not an string primitive, the function returns a type error', function test( t ) {
111+
tape( 'if provided a `raw` option which is not a string primitive, the function returns a type error', function test( t ) {
111112
var values;
112113
var err;
113114
var i;
@@ -133,7 +134,7 @@ tape( 'if provided a `raw` option which is not an string primitive, the function
133134
t.end();
134135
});
135136

136-
tape( 'if provided a `label` option which is not an string primitive, the function returns a type error', function test( t ) {
137+
tape( 'if provided a `label` option which is not a string primitive, the function returns a type error', function test( t ) {
137138
var values;
138139
var err;
139140
var i;
@@ -189,7 +190,7 @@ tape( 'if provided a `src` option which is not a valid URI, the function returns
189190
t.end();
190191
});
191192

192-
tape( 'if provided an `alt` option which is not an string primitive, the function returns a type error', function test( t ) {
193+
tape( 'if provided an `alt` option which is not a string primitive, the function returns a type error', function test( t ) {
193194
var values;
194195
var err;
195196
var i;

lib/node_modules/@stdlib/_tools/markdown/inline-svg-equation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/markdown/inline-svg-equation",
33
"version": "0.0.0",
4-
"description": "Generate an HTML string for inlining an SVG equation in a Markdown.",
4+
"description": "Generate an HTML string for inlining an SVG equation in Markdown.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/_tools/markdown/inline-svg-equation/test/test.validate.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var validate = require( './../lib/validate.js' );
2727
// TESTS //
2828

2929
tape( 'main export is a function', function test( t ) {
30+
t.ok( true, __filename );
3031
t.equal( typeof validate, 'function', 'main export is a function' );
3132
t.end();
3233
});
@@ -55,7 +56,7 @@ tape( 'if provided an `options` argument which is not an object, the function re
5556
t.end();
5657
});
5758

58-
tape( 'if provided a `className` option which is not an string primitive, the function returns a type error', function test( t ) {
59+
tape( 'if provided a `className` option which is not a string primitive, the function returns a type error', function test( t ) {
5960
var values;
6061
var err;
6162
var i;
@@ -81,7 +82,7 @@ tape( 'if provided a `className` option which is not an string primitive, the fu
8182
t.end();
8283
});
8384

84-
tape( 'if provided an `align` option which is not an string primitive, the function returns a type error', function test( t ) {
85+
tape( 'if provided an `align` option which is not a string primitive, the function returns a type error', function test( t ) {
8586
var values;
8687
var err;
8788
var i;
@@ -107,7 +108,7 @@ tape( 'if provided an `align` option which is not an string primitive, the funct
107108
t.end();
108109
});
109110

110-
tape( 'if provided a `raw` option which is not an string primitive, the function returns a type error', function test( t ) {
111+
tape( 'if provided a `raw` option which is not a string primitive, the function returns a type error', function test( t ) {
111112
var values;
112113
var err;
113114
var i;
@@ -133,7 +134,7 @@ tape( 'if provided a `raw` option which is not an string primitive, the function
133134
t.end();
134135
});
135136

136-
tape( 'if provided a `label` option which is not an string primitive, the function returns a type error', function test( t ) {
137+
tape( 'if provided a `label` option which is not a string primitive, the function returns a type error', function test( t ) {
137138
var values;
138139
var err;
139140
var i;

0 commit comments

Comments
 (0)