From 5e0f687e69fc75fdb24a9cb1c2e020084fa5227f Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 24 May 2024 01:53:53 +0000 Subject: [PATCH] Auto-generated commit --- base/special/round/test/test.native.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/special/round/test/test.native.js b/base/special/round/test/test.native.js index 305c50340..a5b138c44 100644 --- a/base/special/round/test/test.native.js +++ b/base/special/round/test/test.native.js @@ -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; @@ -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;