File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,6 @@ module.exports = api => {
14
14
process . env . VUE_CLI_BABEL_TRANSPILE_MODULES = true
15
15
require ( 'jest' ) . run ( rawArgv )
16
16
} )
17
-
18
- // TODO remove in RC
19
- api . registerCommand ( 'test' , ( args , rawArgv ) => {
20
- const { warn } = require ( '@vue/cli-shared-utils' )
21
- warn ( `Deprecation Warning: "vue-cli-service test" has been renamed to "vue-cli-service test:unit".` )
22
- return api . service . run ( 'test:unit' , args , rawArgv )
23
- } )
24
17
}
25
18
26
19
module . exports . defaultModes = {
Original file line number Diff line number Diff line change @@ -68,13 +68,6 @@ module.exports = api => {
68
68
} )
69
69
} )
70
70
} )
71
-
72
- // TODO remove in RC
73
- api . registerCommand ( 'test' , ( args , rawArgv ) => {
74
- const { warn } = require ( '@vue/cli-shared-utils' )
75
- warn ( `Deprecation Warning: "vue-cli-service test" has been renamed to "vue-cli-service test:unit".` )
76
- return api . service . run ( 'test:unit' , args , rawArgv )
77
- } )
78
71
}
79
72
80
73
module . exports . defaultModes = {
You can’t perform that action at this time.
0 commit comments