Skip to content

Commit 730c987

Browse files
committed
Auto-generated commit
1 parent ddeaa5f commit 730c987

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function createBenchmark( len ) {
6262
// Note: we are testing the worst case scenario where a function must scan the entire array before finding a failing value.
6363
x[ len-1 ] = i;
6464
bool = isFunctionArray( x );
65-
if ( !isBoolean( bool ) ) {
65+
if ( typeof bool !== 'boolean' ) {
6666
b.fail( 'should return a boolean' );
6767
}
6868
}

0 commit comments

Comments
 (0)