valor-software/ng2-bootstrap

View on GitHub
cypress/plugins/index.js

Summary

Maintainability
A
0 mins
Test Coverage
const cypressTypeScriptPreprocessor = require('./cy-ts-preprocessor')

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