chore: fix duplicate test project

This commit is contained in:
Evan You
2018-05-03 19:00:03 -04:00
parent da4d0b2e2a
commit 3139228008
+1 -1
View File
@@ -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': {},