mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) try-catch v2.0.0
This commit is contained in:
parent
7acf191f61
commit
73c7f8713b
5 changed files with 12 additions and 18 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue