- Update: Cypress code coverage plugin

- Linting: Update as per latest ash-nazg
- npm: Update devDeps.
This commit is contained in:
Brett Zamir
2020-04-12 10:45:03 +08:00
parent a850fdb34b
commit 4b92acc790
6 changed files with 6099 additions and 528 deletions

View File

@@ -12,5 +12,6 @@ export default (on, config) => {
// `config` is the resolved Cypress config
// https://docs.cypress.io/guides/tooling/code-coverage.html#Install-the-plugin
on('task', codeCoverageTask);
codeCoverageTask(on, config);
return config;
};