test: cloudcmd: client: key: rm skip

This commit is contained in:
coderiaser 2026-01-20 17:25:20 +02:00
parent f61b21eecc
commit 8507282d55
2 changed files with 1 additions and 2 deletions

View file

@ -664,7 +664,7 @@ test('cloudcmd: client: vim: terminal', (t) => {
t.end();
});
test.skip('cloudcmd: client: vim: edit', async (t) => {
test('cloudcmd: client: vim: edit', async (t) => {
globalThis.DOM = getDOM();
globalThis.CloudCmd = getCloudCmd();