From 6519e6e3db0f3a2ae8fe51f19d36adc646f134bf Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Wed, 18 Oct 2023 05:48:57 -0700 Subject: [PATCH] test: remove experimental flag from bigint --- test/bigint.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/bigint.cc b/test/bigint.cc index 9032e4aae..4faccddfb 100644 --- a/test/bigint.cc +++ b/test/bigint.cc @@ -1,6 +1,5 @@ #if (NAPI_VERSION > 5) -#define NAPI_EXPERIMENTAL #include "napi.h" #include "test_helper.h"