fix: add missing Thrift import in Node API test runner

This commit is contained in:
engin0223 2026-06-05 15:45:42 +03:00
parent 3636d4309f
commit ce49b545b8

View File

@ -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,