10 lines
		
	
	
		
			182 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			182 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  /*
 | |
|  * Runs compiler tests using in-browser DOM adapter.
 | |
|  */
 | |
| 
 | |
| import {runCompilerCommonTests} from './compiler_common_tests';
 | |
| 
 | |
| export function main() {
 | |
|   runCompilerCommonTests();
 | |
| }
 |