mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +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"
|
||||
],
|
||||
"rules": {
|
||||
"tape/remove-skip": "off",
|
||||
"package-json/add-type": "off"
|
||||
},
|
||||
"match": {
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue