mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Run tests on port 4243, no need to stop local server when running tests.
This commit is contained in:
		
							parent
							
								
									8e90df1953
								
							
						
					
					
						commit
						91466c1ec8
					
				| @ -20,7 +20,7 @@ | ||||
|         "start": "NODE_ENV=production node server.js", | ||||
|         "build": "./node_modules/.bin/webpack", | ||||
|         "dev": "NODE_ENV=development supervisor --ignore ./node_modules/,./public/js server.js", | ||||
|         "test": "jshint server.js lib test && jsxhint public/js/**/*.jsx && mocha test test/*.js && npm run coverage", | ||||
|         "test": "export PORT=4243 ; jshint server.js lib test && jsxhint public/js/**/*.jsx && mocha test test/*.js && npm run coverage", | ||||
|         "tdd": "mocha --watch test test/*", | ||||
|         "test-bamboo-ci": "mocha test test/*", | ||||
|         "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec", | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user