mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
feat(ql3): add explicit cluster observation console
This commit is contained in:
@@ -53,7 +53,7 @@ test('binds the live image gate to native and container-published loopback', ()
|
||||
const source = fs.readFileSync(script, 'utf8');
|
||||
assert.match(source, /function runConsoleContract\(image\)/);
|
||||
assert.match(source, /\[facade, 'copilot-console'/);
|
||||
assert.match(source, /body\.includes\('Cluster field console'\)/);
|
||||
assert.match(source, /body\.includes\('Cluster field ledger'\)/);
|
||||
assert.match(source, /runConsoleContract\(image\);/);
|
||||
assert.match(source, /consoleLoopback: true/);
|
||||
assert.match(source, /consoleAssets: true/);
|
||||
|
||||
Reference in New Issue
Block a user