mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 00:29:06 -06:00
ci: fix router prompt spec
This commit is contained in:
@@ -11,11 +11,16 @@ test('router', async () => {
|
||||
message: 'features',
|
||||
choices: ['Router'],
|
||||
check: [0]
|
||||
},
|
||||
{
|
||||
message: 'history mode',
|
||||
confirm: true
|
||||
}
|
||||
]
|
||||
|
||||
const expectedOptions = {
|
||||
router: true,
|
||||
routerHistoryMode: true,
|
||||
plugins: {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user