mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			199 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			199 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// require all modules ending in "_test" from the
 | 
						|
// current directory and all subdirectories
 | 
						|
var testsContext = require.context(".", true, /\.test\.js$/);
 | 
						|
testsContext.keys().forEach(testsContext);
 |