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 => {
1414 process . env . VUE_CLI_BABEL_TRANSPILE_MODULES = true
1515 require ( 'jest' ) . run ( rawArgv )
1616 } )
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- } )
2417}
2518
2619module . exports . defaultModes = {
Original file line number Diff line number Diff line change @@ -68,13 +68,6 @@ module.exports = api => {
6868 } )
6969 } )
7070 } )
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- } )
7871}
7972
8073module . exports . defaultModes = {
You can’t perform that action at this time.
0 commit comments