mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
d0c38cd158
This reverts commit 10ab7dabc0
.
6 lines
158 B
JavaScript
6 lines
158 B
JavaScript
const cypressTypeScriptPreprocessor = require('./cy-ts-preprocessor');
|
|
|
|
module.exports = on => {
|
|
on('file:preprocessor', cypressTypeScriptPreprocessor);
|
|
};
|