mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Move index.js to frontend_tests/zjsunit.
This commit is contained in:
		@@ -5,7 +5,7 @@ cd "$(dirname "$0")"/..
 | 
			
		||||
 | 
			
		||||
export NODE_PATH=/usr/lib/nodejs:static
 | 
			
		||||
 | 
			
		||||
INDEX_JS=frontend_tests/node_tests/index.js
 | 
			
		||||
INDEX_JS=frontend_tests/zjsunit/index.js
 | 
			
		||||
NODEJS=$(which nodejs || which node)
 | 
			
		||||
if [ "$1" = "cover" ]; then
 | 
			
		||||
  # Run a coverage test with Istanbul.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user