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 ddeaa5f commit 730c987Copy full SHA for 730c987
.github/.keepalive
benchmark/benchmark.js
@@ -62,7 +62,7 @@ function createBenchmark( len ) {
62
// Note: we are testing the worst case scenario where a function must scan the entire array before finding a failing value.
63
x[ len-1 ] = i;
64
bool = isFunctionArray( x );
65
- if ( !isBoolean( bool ) ) {
+ if ( typeof bool !== 'boolean' ) {
66
b.fail( 'should return a boolean' );
67
}
68
0 commit comments