app/package.json 的 npm test(node --test,cwd 為 app/)只會探索 app/test/, repo 根目錄另一份 test/ 中的 main 整合測試(index.test.js)因此從未被執行。 將 config/index/releases/version 收斂至 app/test/(修正 require 路徑), 保留 output 測試,移除重複且無法執行的 repo 根 test/。現 app/test/ 共 34 筆測試皆可執行。