mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			157 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			157 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
"use strict";
 | 
						|
 | 
						|
const jquery = require("jquery");
 | 
						|
 | 
						|
// so the tests can mock jQuery
 | 
						|
delete require.cache[require.resolve("jquery")];
 | 
						|
 | 
						|
module.exports = jquery;
 |