diff options
Diffstat (limited to '.cypress/cypress/plugins/index.js')
-rw-r--r-- | .cypress/cypress/plugins/index.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.cypress/cypress/plugins/index.js b/.cypress/cypress/plugins/index.js new file mode 100644 index 000000000..218e6bfde --- /dev/null +++ b/.cypress/cypress/plugins/index.js @@ -0,0 +1,6 @@ +// jshint esversion: 6 + +module.exports = (on, config) => { + require('@cypress/code-coverage/task')(on, config); + return config; +}; |