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,