chore: close runtime-manager rollout with verification evidence
This commit is contained in:
parent
6fbd6329b4
commit
5772086c1a
3 changed files with 54 additions and 145 deletions
|
|
@ -18,5 +18,5 @@ test('self-update returns explicit placeholder result', async () => {
|
|||
test('uninstall requires --yes', async () => {
|
||||
const out = await runCli(['uninstall', '--json']);
|
||||
assert.equal(out.ok, false);
|
||||
assert.match(out.error, /--yes/);
|
||||
assert.match(String(out.error), /--yes/);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue