feature(package) try-catch v2.0.0

This commit is contained in:
coderaiser 2018-02-08 18:15:49 +02:00
parent 7acf191f61
commit 73c7f8713b
5 changed files with 12 additions and 18 deletions

View file

@ -222,7 +222,6 @@ test('cloudfunc: getDotDot', (t) => {
test('cloudfunc: getDotDot: two levels deep', (t) => {
const dotDot = CloudFunc.getDotDot('/home/coderaiser/');
console.log(dotDot);
t.equal(dotDot, '/home', 'should return up level');
t.end();