feat(ql3): prove Console adopted cutover entry

This commit is contained in:
whyour
2026-09-01 10:12:32 +08:00
parent 50e6742b72
commit b3421ac9cf
22 changed files with 666 additions and 167 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ test('publishes bounded help without bootstrapping storage or a listener', () =>
assert.equal(result.stderr, '');
assert.equal(
result.stdout,
'Usage: ql3-local-api --config /absolute/private-config.json\n',
'Usage: ql3-local-api [--cutover-probe] --config /absolute/private-config.json\n',
);
});