mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-25 04:51:00 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const cypressTypeScriptPreprocessor = require('./cy-ts-preprocessor');
 | |
| 
 | |
| module.exports = on => {
 | |
|   on('file:preprocessor', cypressTypeScriptPreprocessor);
 | |
| };
 |