angular/cypress/plugins/index.js
Ricardo Mattiazzi Baumgartner 059ef511d0 feat(devtools): added cypress to run e2e tests (rangle/angular-devtools#45)
* feat(test): added cypress to run e2e tests

* feat(test): removed package-lock added by mistake

Co-authored-by: Minko Gechev <[email protected]>
2020-02-07 09:42:00 -05:00

5 lines
158 B
JavaScript

const cypressTypeScriptPreprocessor = require('./cy-ts-preprocessor');
module.exports = on => {
on('file:preprocessor', cypressTypeScriptPreprocessor);
};