Skip to content

Commit

Permalink
E2E tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Oct 23, 2024
1 parent 72d35db commit 87e3f90
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/utils/project-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export async function zkProject(
case 'svelte': {
interactiveDialog = {
...interactiveDialog,
'Which Svelte app template?': ['arrowDown', 'enter'],
'Add type checking with TypeScript?': ['arrowDown', 'enter'],
'Select additional options (use arrow keys/space bar)': [
'Which template would you like?': ['enter'],
'Add type checking with Typescript?': ['enter'],
'What would you like to add to your project?': [
'space',
'arrowDown',
'space',
Expand All @@ -59,6 +59,9 @@ export async function zkProject(
'space',
'enter',
],
'Which package manager do you want to install dependencies with?': [
'enter',
],
};
break;
}
Expand Down

0 comments on commit 87e3f90

Please sign in to comment.