mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
refactor(config) patch: promisify
This commit is contained in:
parent
d3b6a7505f
commit
53d79bfda8
3 changed files with 33 additions and 30 deletions
|
|
@ -32,7 +32,6 @@ test('rest: getWin32RootMsg', (t) => {
|
|||
});
|
||||
|
||||
test('rest: isRootWin32', (t) => {
|
||||
const path = '/';
|
||||
const result = _isRootWin32('/');
|
||||
|
||||
t.notOk(result, 'should equal');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue