@@ -295,7 +295,7 @@ describe('install command generation', () => {
295295 [ 'yarn' , [ 'npx' , 'eslint' ] ] ,
296296 [ 'bun' , [ 'bunx' , 'eslint' ] ] ,
297297 [ 'deno' , [ 'deno' , 'run' , 'npm:eslint' ] ] ,
298- [ 'vlt' , [ 'vlt' , 'x ', 'eslint' ] ] ,
298+ [ 'vlt' , [ 'vlx ' , 'eslint' ] ] ,
299299 ] as const ) ( '%s → %s' , ( pm , expected ) => {
300300 expect (
301301 getExecuteCommandParts ( {
@@ -314,7 +314,7 @@ describe('install command generation', () => {
314314 [ 'yarn' , [ 'yarn' , 'dlx' , 'degit' ] ] ,
315315 [ 'bun' , [ 'bunx' , 'degit' ] ] ,
316316 [ 'deno' , [ 'deno' , 'run' , 'npm:degit' ] ] ,
317- [ 'vlt' , [ 'vlt' , 'x ', 'degit' ] ] ,
317+ [ 'vlt' , [ 'vlx ' , 'degit' ] ] ,
318318 ] as const ) ( '%s → %s' , ( pm , expected ) => {
319319 expect (
320320 getExecuteCommandParts ( {
@@ -333,7 +333,7 @@ describe('install command generation', () => {
333333 [ 'yarn' , [ 'yarn' , 'create' , 'vite' ] ] ,
334334 [ 'bun' , [ 'bun' , 'create' , 'vite' ] ] ,
335335 [ 'deno' , [ 'deno' , 'run' , 'vite' ] ] ,
336- [ 'vlt' , [ 'vlt' , 'x ', 'vite' ] ] ,
336+ [ 'vlt' , [ 'vlx ' , 'vite' ] ] ,
337337 ] as const ) ( '%s → %s' , ( pm , expected ) => {
338338 expect (
339339 getExecuteCommandParts ( {
0 commit comments