mirror of
				https://git.cloudron.io/cloudron/syncthing-app
				synced 2025-11-04 00:42:33 +00:00 
			
		
		
		
	Add back removeFolder
This commit is contained in:
		@@ -159,6 +159,7 @@ describe('Application life cycle test', function () {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    it('can load page', loadPage);
 | 
					    it('can load page', loadPage);
 | 
				
			||||||
    it('can check folder', checkFolder);
 | 
					    it('can check folder', checkFolder);
 | 
				
			||||||
 | 
					    it('can remove folder', removeFolder);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    it('uninstall app', function () {
 | 
					    it('uninstall app', function () {
 | 
				
			||||||
        execSync('cloudron uninstall --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
 | 
					        execSync('cloudron uninstall --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user