mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test: cloudcmd: client: key: rm skip
This commit is contained in:
parent
f61b21eecc
commit
8507282d55
2 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
"*.md"
|
"*.md"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"tape/remove-skip": "off",
|
|
||||||
"package-json/add-type": "off"
|
"package-json/add-type": "off"
|
||||||
},
|
},
|
||||||
"match": {
|
"match": {
|
||||||
|
|
|
||||||
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue