 7e7141a5a0
			
		
	
	7e7141a5a0
	
	
	
		
			
			* Updated library versions * Use Karma alternative spec loading * Fixed memory leak in URLTimeSettingsSynchronizer * Introduce mock DataTransfer object to fix issue with firefox headless * make resetApplicationState return a promise * Remove BeforeAll * Do not throw an error if root returns no children * Adding missing parameters to ES tests * Fixed TransactionService bug * bump test coverage up to 64%
		
			
				
	
	
		
			4 lines
		
	
	
		
			125 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			125 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const testsContext = require.context('.', true, /\/(src|platform)\/.*Spec.js$/);
 | |
| 
 | |
| testsContext.keys().forEach(testsContext);
 |