feat(init): select project / dataset during app init#612
feat(init): select project / dataset during app init#612cngonzalez wants to merge 1 commit intomainfrom
Conversation
|
Claude finished @cngonzalez's task in 2m 1s —— View job Code Review
3 issues found: 1. When running // init.ts:1114-1119
if (isAppTemplate) {
// This will hang in unattended mode
const selectProjectForAppTemplate = await confirm({
default: true,
message: 'Do you want to select a default project for your app to initialize with?',
})2.
The 3. No test coverage for app template in unattended mode ( The unattended mode test at line 455 uses the default (studio) template, not |
e3b7ef0 to
1f15426
Compare
Coverage Delta
Comparing 3 changed files against main @ Overall Coverage
|
Description
What to review
Testing