mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	* feat: new tag types table * fix: update loader text * fix: update header * fix: regenerator runtime * fix: update snapshot
		
			
				
	
	
		
			6 lines
		
	
	
		
			114 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			114 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import '@testing-library/jest-dom';
 | |
| import 'whatwg-fetch';
 | |
| import 'regenerator-runtime';
 | |
| 
 | |
| process.env.TZ = 'UTC';
 |