Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed May 24, 2024
1 parent c7012fa commit 1d173f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tape( 'the function returns `-infinity` if provided a `-infinity`', opts, functi
t.end();
});

tape( 'the function returns the correct result for large positive non-decimal values', function test( t ) {
tape( 'the function returns the correct result for large positive non-decimal values', opts, function test( t ) {
var start = 4503599627370496;
var end = 4503599627375000;
var i;
Expand All @@ -93,7 +93,7 @@ tape( 'the function returns the correct result for large positive non-decimal va
t.end();
});

tape( 'the function returns the correct result for large negative non-decimal values', function test( t ) {
tape( 'the function returns the correct result for large negative non-decimal values', opts, function test( t ) {
var start = -4503599627375000;
var end = -4503599627370496;
var i;
Expand Down

0 comments on commit 1d173f0

Please sign in to comment.