Skip to content

Commit e6a085e

Browse files
committed
fixup! chore: remove support for vue-cli-service e2e registerCommand (#3774)
1 parent 222f10d commit e6a085e

File tree

1 file changed

+0
-7
lines changed
  • packages/@vue/cli-plugin-e2e-cypress

1 file changed

+0
-7
lines changed

packages/@vue/cli-plugin-e2e-cypress/index.js

-7
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ module.exports = (api, options) => {
4747

4848
return runner
4949
})
50-
51-
// TODO remove in RC
52-
api.registerCommand('e2e', (args, rawArgv) => {
53-
const { warn } = require('@vue/cli-shared-utils')
54-
warn(`Deprecation Warning: "vue-cli-service e2e" has been renamed to "vue-cli-service test:e2e".`)
55-
return api.service.run('test:e2e', args, rawArgv)
56-
})
5750
}
5851

5952
module.exports.defaultModes = {

0 commit comments

Comments
 (0)