Skip to content

Commit 9de2b1b

Browse files
authored
feat: solid component testing (#46)
1 parent 05087c1 commit 9de2b1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/generator.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export type PromptOptions = {
2626
testDir: string,
2727
installGitHubActions: boolean,
2828
language: 'JavaScript' | 'TypeScript',
29-
framework?: 'react' | 'vue' | 'svelte' | undefined,
29+
framework?: 'react' | 'vue' | 'svelte' | 'solid' | undefined,
3030
installPlaywrightDependencies: boolean,
3131
installPlaywrightBrowsers: boolean,
3232
};
@@ -92,6 +92,7 @@ export class Generator {
9292
{ name: 'react' },
9393
{ name: 'vue' },
9494
{ name: 'svelte' },
95+
{ name: 'solid' },
9596
],
9697
},
9798
!this.options.ct && {

0 commit comments

Comments
 (0)