Add back removeFolder

This commit is contained in:
Girish Ramakrishnan 2018-02-26 17:16:52 -08:00
parent 7d0ae7f24a
commit 84533d94cc
1 changed files with 1 additions and 0 deletions

View File

@ -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' });