mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-14 13:11:10 -05:00
fix: remove console.log
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
module.exports = (api, options) => {
|
||||
const { info, chalk, execa } = require('@vue/cli-shared-utils')
|
||||
|
||||
console.log(require('@vue/cli-shared-utils'))
|
||||
|
||||
api.registerCommand('test:e2e', {
|
||||
description: 'run e2e tests with Cypress',
|
||||
usage: 'vue-cli-service test:e2e [options]',
|
||||
|
||||
Reference in New Issue
Block a user