Skip to content

Commit

Permalink
fixup! chore: remove support for vue-cli-service e2e registerCommand (
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jul 29, 2019
1 parent 222f10d commit e6a085e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/@vue/cli-plugin-e2e-cypress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ module.exports = (api, options) => {

return runner
})

// TODO remove in RC
api.registerCommand('e2e', (args, rawArgv) => {
const { warn } = require('@vue/cli-shared-utils')
warn(`Deprecation Warning: "vue-cli-service e2e" has been renamed to "vue-cli-service test:e2e".`)
return api.service.run('test:e2e', args, rawArgv)
})
}

module.exports.defaultModes = {
Expand Down

0 comments on commit e6a085e

Please sign in to comment.