mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
2a170584e2
commit
67138dab0f
5 changed files with 9 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ test('rest: formatMsg: json', (t) => {
|
|||
test('rest: getWin32RootMsg', (t) => {
|
||||
const {message} = _getWin32RootMsg();
|
||||
|
||||
t.equal(message,'Could not copy from/to root on windows!', 'should return error');
|
||||
t.equal(message, 'Could not copy from/to root on windows!', 'should return error');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue