mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-03 02:20:59 -05:00
fixup! chore: remove support for vue-cli-service e2e registerCommand (#3774)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user