mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 12:26:34 +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);
|
|
};
|