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

@ -8,7 +8,6 @@
"*.md" "*.md"
], ],
"rules": { "rules": {
"tape/remove-skip": "off",
"package-json/add-type": "off" "package-json/add-type": "off"
}, },
"match": { "match": {

View file

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