We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9bf9e commit dff80dcCopy full SHA for dff80dc
lib/node_modules/@stdlib/utils/copy/benchmark/benchmark.js
@@ -83,9 +83,6 @@ bench( pkg+':level=+infinity', function benchmark( b ) {
83
}
84
85
b.toc();
86
- if ( typeof out !== typeof val ) {
87
- b.fail( 'returns value of expected type' );
88
- }
89
if ( out === val ) {
90
b.fail( 'returns a copy of the input value' );
91
@@ -195,9 +192,6 @@ bench( pkg+':level=0', function benchmark( b ) {
195
192
196
193
197
194
198
199
200
201
if ( out !== val ) {
202
b.fail( 'returns input value' );
203
0 commit comments