chore(vim) rm "\n"

This commit is contained in:
coderaiser 2018-05-11 18:07:49 +03:00
parent 9b2c276036
commit 24ef843b65

View file

@ -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();
});