mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-01-04 03:31:53 +00:00
Add back removeFolder
This commit is contained in:
parent
7d0ae7f24a
commit
84533d94cc
@ -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' });
|
||||
|
Loading…
Reference in New Issue
Block a user