mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	* Setup jest framework for unit tests * Move tests to a separate package * Remove test script
		
			
				
	
	
		
			3 lines
		
	
	
		
			92 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			92 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// Initialize global variables for Jest tests here
 | 
						|
global.ST_URL = 'http://localhost:8000';
 |