Skip to content

Commit 3139228

Browse files
committed
chore: fix duplicate test project
1 parent da4d0b2 commit 3139228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/__tests__/invoke.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ test('invoke with existing files', async () => {
9898
})
9999

100100
test('invoke with existing files (yaml)', async () => {
101-
const project = await create(`invoke-existing`, {
101+
const project = await create(`invoke-existing-yaml`, {
102102
useConfigFiles: true,
103103
plugins: {
104104
'@vue/cli-plugin-babel': {},

0 commit comments

Comments
 (0)