chore(package) v15.4.3

This commit is contained in:
coderaiser 2021-01-25 20:56:57 +02:00
parent b0e63fd3fd
commit ee5cbb13b0
5 changed files with 12 additions and 4 deletions

View file

@ -16,7 +16,7 @@ test('cloudcmd: rest: fs: path', async (t) => {
const {path} = body;
t.equal('/', path, 'should dir path be "/"');
t.equal(path, '/', 'should dir path be "/"');
t.end();
});