mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 12:58:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			147 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			147 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
// define test-specific globals here
 | 
						|
 | 
						|
declare namespace jest {
 | 
						|
	interface Matchers<R, T> {
 | 
						|
		toHaveBeenWarned(): R;
 | 
						|
		toHaveBeenPrinted(): R;
 | 
						|
	}
 | 
						|
}
 |