From ce49b545b8f2e31ee5ac79ee61b6daa58b8c5d10 Mon Sep 17 00:00:00 2001 From: engin0223 Date: Fri, 5 Jun 2026 15:45:42 +0300 Subject: [PATCH] fix: add missing Thrift import in Node API test runner --- tests/node/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/node/index.mjs b/tests/node/index.mjs index 52670d48..6a5948bf 100644 --- a/tests/node/index.mjs +++ b/tests/node/index.mjs @@ -25,6 +25,7 @@ import "./tests/NodeDish.mjs"; import "./tests/Utils.mjs"; import "./tests/Categories.mjs"; import "./tests/lib/BigIntUtils.mjs"; +import "./tests/lib/Thrift.mjs"; const testStatus = { allTestsPassing: true,