mirror of
				https://git.cloudron.io/cloudron/syncthing-app
				synced 2025-11-04 08:42:33 +00:00 
			
		
		
		
	Updated tests
This commit is contained in:
		@@ -31,7 +31,6 @@ The e2e tests are located in the `test/` folder and require [nodejs](http://node
 | 
			
		||||
cd syncthing-app/test
 | 
			
		||||
 | 
			
		||||
npm install
 | 
			
		||||
export PATH=$PATH:node_modules/.bin
 | 
			
		||||
USERNAME=user PASSWORD=password mocha --bail test.js
 | 
			
		||||
PATH=$PATH:node_modules/.bin USERNAME=user PASSWORD=password mocha --bail test.js
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -46,7 +46,7 @@ describe('Application life cycle test', function () {
 | 
			
		||||
        done();
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    var LOCATION = 'syncthing-test';
 | 
			
		||||
    var LOCATION = 'test';
 | 
			
		||||
    var TEST_TIMEOUT = 30000;
 | 
			
		||||
    var SYNC_PORT = 22001;
 | 
			
		||||
    var app;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user