style: Fix sider issues
This commit is contained in:
parent
b82162769e
commit
e8263245d2
1 changed files with 3 additions and 3 deletions
|
|
@ -12,6 +12,6 @@
|
|||
// the project's config changing)
|
||||
|
||||
module.exports = (on, config) => {
|
||||
require('@cypress/code-coverage/task')(on, config)
|
||||
return config
|
||||
}
|
||||
require('@cypress/code-coverage/task')(on, config);
|
||||
return config;
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue