mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 20:38:55 -05:00
chore: fix duplicate test project
This commit is contained in:
@@ -98,7 +98,7 @@ test('invoke with existing files', async () => {
|
||||
})
|
||||
|
||||
test('invoke with existing files (yaml)', async () => {
|
||||
const project = await create(`invoke-existing`, {
|
||||
const project = await create(`invoke-existing-yaml`, {
|
||||
useConfigFiles: true,
|
||||
plugins: {
|
||||
'@vue/cli-plugin-babel': {},
|
||||
|
||||
Reference in New Issue
Block a user