refactor(config) patch: promisify

This commit is contained in:
coderaiser 2017-12-01 18:00:08 +02:00
parent d3b6a7505f
commit 53d79bfda8
3 changed files with 33 additions and 30 deletions

View file

@ -32,7 +32,6 @@ test('rest: getWin32RootMsg', (t) => {
});
test('rest: isRootWin32', (t) => {
const path = '/';
const result = _isRootWin32('/');
t.notOk(result, 'should equal');