mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +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);
 | 
						|
};
 |