summaryrefslogtreecommitdiffstats
path: root/public/cypress/plugins/index.js
blob: 78e782f9690a432e6a965b96f7e544f3e5d2c84d (plain)
1
2
3
4
5
const cypressTypeScriptPreprocessor = require('./cy-ts-preprocessor')

module.exports = on => {
  on('file:preprocessor', cypressTypeScriptPreprocessor)
}