Skip to content

Commit 45d6797

Browse files
author
那里好脏不可以
authored
test(cli): remove unnecessary generics usage (#9859)
1 parent ec9ce4a commit 45d6797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/create-vite/__tests__/cli.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const genPath = join(__dirname, projectName)
1111

1212
const run = (
1313
args: string[],
14-
options: SyncOptions<string> = {}
15-
): ExecaSyncReturnValue<string> => {
14+
options: SyncOptions = {}
15+
): ExecaSyncReturnValue => {
1616
return execaCommandSync(`node ${CLI_PATH} ${args.join(' ')}`, options)
1717
}
1818

0 commit comments

Comments
 (0)