Skip to content

Commit

Permalink
test: remove failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Nov 28, 2023
1 parent e8f1b36 commit 0ab6e4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import take2d = require( './index' );

// The compiler throws an error if the function is provided a first argument which is not a nested array...
{
take2d( '5', [ 0, 1 ], 1, 'throw' ); // $ExpectError
take2d( 1, [ 0, 1 ], 1, 'throw' ); // $ExpectError
take2d( true, [ 0, 1 ], 1, 'throw' ); // $ExpectError
take2d( false, [ 0, 1 ], 1, 'throw' ); // $ExpectError
Expand Down

1 comment on commit 0ab6e4c

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
array/base $\color{green}987/987$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}987/987$
$\color{green}+100.00\%$
array/base/take2d $\color{green}142/142$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}142/142$
$\color{green}+100.00\%$
array/base/take3d $\color{green}134/134$
$\color{green}+100.00\%$
$\color{green}8/8$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}134/134$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.