更新终端重构后的业务状态测试

This commit is contained in:
2569718930@qq.com
2026-05-25 00:23:44 +08:00
parent e4d123d94d
commit fd2531341d
3 changed files with 12 additions and 10 deletions
@@ -16,8 +16,9 @@ export function runTests() {
const source = fs.readFileSync(dashboardPath, "utf8");
assert(
source.includes("isMobileViewport") &&
source.includes("MarketTable") &&
source.includes("decisionLabel") &&
!source.includes("showAnnouncement"),
"v1.5.6 scan upgrade announcement must be removed",
"v1.5.6 scan upgrade announcement must be removed; new terminal layout must be present",
);
}