mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(vim) rm "\n"
This commit is contained in:
parent
9b2c276036
commit
24ef843b65
1 changed files with 0 additions and 2 deletions
|
|
@ -212,7 +212,6 @@ test('cloudcmd: client: key: copy', (t) => {
|
|||
vim('y', {});
|
||||
|
||||
t.ok(copy.calledWith(), 'should copy files');
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
@ -225,7 +224,6 @@ test('cloudcmd: client: key: copy: unselectFiles', (t) => {
|
|||
vim('y', {});
|
||||
|
||||
t.ok(unselectFiles.calledWith(), 'should unselect files');
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue