Ver Fonte

Add back removeFolder

Girish Ramakrishnan há 7 anos atrás
pai
commit
84533d94cc
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      test/test.js

+ 1 - 0
test/test.js

@@ -159,6 +159,7 @@ describe('Application life cycle test', function () {
 
     it('can load page', loadPage);
     it('can check folder', checkFolder);
+    it('can remove folder', removeFolder);
 
     it('uninstall app', function () {
         execSync('cloudron uninstall --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });