shijiu

Results 1 issues of shijiu

my code is as follows ```js module.exports = (on, config) => { on('file:preprocessor', cucumber()); on('task', require('@cypress/code-coverage/task')); config.env.API_ENVENV = process.env.API_ENVENV; return config; }; ``` But got the following error ![ii](https://user-images.githubusercontent.com/57492108/75303007-72976400-587a-11ea-82f1-54e622a1b9e8.jpg)